 
 @media (max-width: 767.98px) {


  

     .header {
         display: flex;
         flex-direction: column;
         flex-wrap: wrap;
         justify-content: center;
         margin-top: 30px;

     }

          .founder {
              display: flex;
              flex-direction: column;
              flex-wrap: wrap;
              justify-content: center;
              margin-top: 30px;
    
          }


                  .slider {
           display: flex;
            flex-direction: column;
                      flex-wrap: wrap;
                      justify-content: center;
                      margin-top: 90px;
                      margin-left: 20px;
        
                  }
           .left {
               position: relative;
               top: 40px;
               color: white;
    
    
           }
    
           .right {
               position: relative;
               top: 40px;
               color: white;
           }

                   body {
        
        
 background: linear-gradient(to right, #00f490, #00bbc9);
  background-size: 150% 100%;
background-repeat: no-repeat;
       background-position: right center;
    margin: 0 auto;
    padding: 0 auto;   
width: 100%;
    max-width: 992px;

     
 }

 .card-container {
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     margin-left: 15px;
   
 }

 .card {
     border: solid 1px;
     margin-bottom: 10px;
 }


         
 }



 body {

  
background: linear-gradient(to right, #00f490, #00bbc9);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    background-position: right center;
        margin: 0 auto;
        padding: 0 auto;
    overflow-x: hidden;
      max-width: 992px;
      width: 100%;

 }



 .logo {
     margin-top: 10px;
     margin-left: 30px;
 }

 nav ul {
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
     list-style: none;
     position: relative;
     bottom: 80px;
     margin: 5px;
     padding: 0 auto;
 }

 li {
     padding: 20px;
     margin-right: 20px;
     padding-bottom: 10px;
     padding-top: 10px;
     font-size: 14px;
     color: white;
     font-family: 'Montserrat', sans-serif;
 }

 .flavors {
     border: solid 1px;
 }

 .contacts {
     border: solid 1px;
 }

 .header {
     display: flex;
     flex-direction: row;
     justify-content: center;
     margin-top: 30px;

 }



 .text-1 {
     width: 400px;
     height: 300px;

 }

 .image-1 {
     width: 400px;
     height: 400px;
 }

 .yogurt {
     position: relative;

     bottom: 50px;
 }



 .h1 {
     font-family: 'Playfair Display', serif;

     font-size: 45px;
     color: white;
 }

 .subheading {

     color: white;
     font-size: 25px;
     font-family: 'Montserrat', sans-serif;

 }

 button {

     padding: 8px 28px;
     font-size: 12px;
     background-color: transparent;
     color: white;
     font-family: 'Montserrat', sans-serif;
     border: solid 1px white;
 }

 .founder {
     display: flex;
     flex-direction: row;
     justify-content: center;
     margin-top: 30px;

 }

 .founder-image {
     width: 260px;
     height: 240px;
     margin-right: 10px;

 }

 .headshot {
     width: 260px;
     border-radius: 10px 0px 0px 10px;

 }

 h2 {
     font-family: 'Montserrat',
         sans-serif;
     color: rgb(92, 194, 155);
 }

.message-founder {
    width: 500px;
    height: 240px;
    border-radius: 0px 10px 10px 0px;
    background-color: white;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;

}

.message {
    color: black;
}

a {
    color: black;
}

.slider {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 90px;
    margin-left: 20px;

}

.h1-2 {
    font-family: 'Montserrat',
        sans-serif;
    font-size: 45px;
    color: white;
}

.comment {
    margin-left: 50px;
    color: white;
    font-size: 27px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.text-2 {
    width: 400px;
    height: 300px;
    margin-top: 30px;
    margin-left: 20px;

}

.image-2 {
    width: 400px;
    height: 400px;

}

.yogurt-2 {
    width: 580px;
    position: relative;
   
    bottom: 30px;
}

.left {
    position: relative;
    top: 80px;
    color: white;


}

.right {
    position: relative;
    top: 75px;
    color: white;
}

.card-container {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 
}



.card {
    border: solid 1px transparent;
    box-shadow: 2px 2px 4px rgb(110, 109, 109);
   margin-left: 10px;
    height: 395px;
    width: 289px;
    margin-bottom: 10px;
   padding-bottom: 10px;
background-color: white;
 
}

.card-body {
padding-left: 0px;

}



.card-button {
    background-color: #00bbc9;
}

h3 {
    font-family: 'Montserrat',
                 sans-serif;
            color: #00f490;
            font-size: 25px;
}

.flavor {
    padding-left: 20px ;
    border: none;
}
