/** Shopify CDN: Minification failed

Line 190:0 Unexpected "}"

**/
.contact-inform {
  background-image: url("/cdn/shop/files/Background_Protein_Chefs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us {
  background-color: #f45f3b;
  color: #fff;
  padding: 70px 90px;
  border-radius: 10px;
  transform: translate(0px, 170px);
  margin-bottom: 250px;
}
.contact-us h2,
.contact-us h1,
h4 {
  color: #fff;
}
.contact-us > h2,
.contact-us > h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.contact-us > h4 {
  font-size: 24px;
  line-height: 30.77px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-us > p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 70px;
}
.loc-ph-email {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px -15px;
}
.image-with-text {
  width: 33.33%;
  display: flex;
  align-items: center;
  flex: 0 0 calc(33.33% - 30px);
  margin: 0px 15px;
}
.image-with-text .image img {
  width: 70px;
  height: 70px;
}
.image-with-text .text {
  margin-left: 20px;
}
.image-with-text .text h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.image-with-text .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  max-width: 181px;
}
.image-with-text .text p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
}
@media(max-width:1500px){
  .contact-us {
    padding: 70px 90px;
    transform: translateY(100px);
    margin-bottom:200px;}
}
@media(max-width:1200px){
  .contact-us {
    padding: 42px 86px;
    transform: translateY(80px);
    margin-bottom: 150px;}
}
@media(max-width:992px){
 .image-with-text {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: initial;
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 20px;
}
  .contact-us {
    padding: 42px 86px;
    transform: translateY(40px);
    margin-bottom: 80px;
}
  .contact-us > h2,
  .contact-us > h1 {
    font-size: 44px;
    line-height: 47px;
    margin-bottom: 22px;
}
  .contact-us > p {
    margin-bottom: 50px;}
}
@media (max-width:768px){
  .contact-us > h2,
  .contact-us > h1 {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 15px;
}
  .contact-us > h4 {
    font-size: 22px;
    line-height: 28.77px;
    margin-bottom: 16px;
}
  .contact-us > p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 35px;
}
  .contact-us {
    padding: 32px 67px;}
}
@media (max-width:576px){
    .loc-ph-email {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
   .image-with-text {
    width: 100%;
     flex: 0 0 100%;
    margin-bottom: 20px;
}
  .contact-us>h2,
  .contact-us>h1 {
    font-size: 25px;
    margin-bottom: 4px;
}
  .contact-us>h4 {
    margin-bottom: 9px;
}
  .contact-us {
    padding: 28px 44px;}
}
@media (max-width:480px){
.contact-us>h4 {
    font-size: 16px;
    line-height: 26.77px;
    margin-bottom: 13px;
}
  .contact-us>p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 40px;
}
  .contact-us>h2,
  .contact-us>h1 {
    font-size: 26px;
    line-height: 54px;
    margin-bottom: 0px;
}
  .contact-us {
    padding: 15px;
}
  .image-with-text .text p {
    font-size: 12px;}
  .image-with-text .text h4 {
    font-size: 16px;
    line-height: 27px;}
}
  .image-with-text .text p a {
    font-size: 13px;
    line-height: 21px;}
}
@media (max-width:320px){
  .contact-form .subtitle {
    font-size: 16px;
}
  .contact-form .title {
    font-size: 35px;
    margin-bottom: 0px;
}
  .image-with-text .text p a {
    font-size: 11px;
    line-height: 20px;
}
}