/** Shopify CDN: Minification failed

Line 19:10 Expected identifier but found whitespace
Line 19:11 Unexpected "50%"

**/
.section-4 {
    background-image:url("https://www.notswisscheese.co.uk/cdn/shop/files/Rectangle_272.png?v=1733308506");
    background-size: 100% 100%;
    padding:120px 0;
  }
.why-boxx {
    display: flex;
    gap: 10px;
      width: 1466px;
    margin: 0 auto;
}
  .why-left
    width: 50%;
  }
  .why-right {
   max-width:513px;
    }

 h1.section-title-big {
    font-size: 61px;
    color: white;
    font-family: 'outfit';
    line-height: 125%;
    font-weight: 600;
    max-width: 863px;
}
  
h2.section-sub-big {
    font-size: 30px;
    color: white;
    font-family: 'outfit';
    max-width: 658px;
    line-height: 130%;
}
   
.why-right h2 {
    color: white;
    font-size: 49px;
    text-align: center;
    font-family: 'outfit';
    line-height: 125%;
    font-weight: 700;
}

.why-img {
  
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  a.shop-btn{
    background-image:url("/cdn/shop/files/primary_button_light.png?v=1731269567");
     background-size:100%;
  }

.second-part-4 {
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.box-card {
    margin: 0 auto;
}
.card-flex {
    background: white;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    padding: 40px;
    max-width:1108px;
  align-items:center;
  margin:32px 0;
  font-family: 'outfit';
}

h2.div-title-4 {
    font-size: 39px;
    font-family: 'outfit';
    margin: 0;
   font-weight: 600;
}


p.div-para-4 {
    font-size: 25px;
    line-height: 125%;
    font-family: 'outfit';
}


  
.card-flex:nth-child(even){
    margin-left:227px;
  gap: 30px;  
}
.card-flex:nth-child(even).card-images {
order:1; 
}
 .card-flex:nth-child(even) .card-text{
   order:2;
 }
  
 .card-text,.card-text-2 {
    width: 598px;
}
 .card-images,.card-images-2 {
    width: 390px;
    height: 302px;
} 

h2.div-title{
 font-size: 39px;
font-family: 'outfit'; 
}

.section-4 p.shop-button.btn-center { 
  margin: 0 auto;
    width: 390px;
    display: flex;
    text-align: center;
  justify-content:center; 

}
  
.second-part-4 {
    padding: 10px 0 10px  0;
} 
.second-part-4 .section-color {
    color: white;
    max-width: 1003px;
    font-family: 'outfit';
    margin: 0 auto;
    font-weight: 700;
    line-height: 125%;
}

.second-part-4 h2.section-sub {
    font-size: 39px;
    color: white;
    text-align: center;
    font-family: 'outfit';
    font-weight: 500;
    padding: 20px;
    letter-spacing: normal;
}

h2.mobile-head{
  display:none;
}
.mobile-babnner-4{
  display:none;
}

/* Mobile css */
@media only screen and (max-width: 768px) {
.box-card {
    margin: 0 ;
}
  
.section-4{
    padding: 30px 20px;
   }
.second-part-4 {
    padding: 20px 0 10px 0;
}
  
  h2.desktop-head {
    display:none;
  }
  
h2.mobile-head{
display:block;
  }

.mobile-babnner-4 {
  display:block;
 /* margin-bottom: 25px; */
  
}

h2.div-title-big.mobile-head {
    color: #faa436;
    font-size: 30px;
    font-family: 'outfit';
    font-weight: 700;
     margin:0;
}

  h1.section-title-big {
        font-size: 24px;
        font-weight: bold;
        line-height: 125%;
       font-family: 'outfit';
    }
  
h2.section-sub-big {
    font-size: 16px;
    font-family: 'outfit';
    line-height: 125%;
}

  
  .why-right{
    display:none;
  }




  
.why-boxx{
    width:auto;
  }

.card-flex,.why-boxx{
  flex-wrap:wrap;
}

.box-card{
  width:auto;
}
.card-flex{
  width:100%;
  padding:24px 15px;
}

.card-flex:nth-child(even) {
 margin-left:0;
}
.card-text, .card-text-2,.why-left, .why-right{
  width:100%;
}

h2.sub {
    font-size: 24px;
    margin-top: 17px;
}
  .why-left p.sub-para{
    font-size:20px;
  }

   
 
  .why-right h2 {
    font-size: 30px;
  }

.second-part-4 .section-color{
     font-size: 24px;
    text-align: center; 
}
  .second-part-4 h2.section-sub {
        font-size: 20px;
        line-height: 125%;
        font-weight: 600;
  }

h2.div-title-4 {
    font-size: 20px;
  line-height: 125%;
}
  
p.div-para-4 {
    font-size: 16px;
   padding-top: 10px;
  line-height: 140%;
}

.card-images, .card-images-2{
  height:auto;
}
  .card-flex:nth-child(even) h2.div-title-4 {
        padding-top: 20px;
    }
 p.mbl-btn-hide{
   display:none !important;
 } 
h1.section-title-big::after {
         content: " with";
        font-size: 20px;
        padding: 1px 7px;
        color: #faa436;
        font-family: 'outfit';
        font-weight: 600;
}

  
}
