* {
    box-sizing: border-box;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden; */
    font-family: "Whitney", "Helvetica Neue", Arial, sans-serif;
  }
  .container-quality {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #produce-banner img{
    width:100%;
    height:auto;
  }
  #freshcut-banner img {
    width: 100%;
    height: auto;
  }
  .products-menu {
    background-color: #5d983a;
    padding: 0 20px;
  }
  .products-menu ul {
    border-left: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .products-menu ul li {
    list-style: none;
    text-align: center;
  }
  .products-menu ul li:first-child {
    border-left: 2px solid #ffffff;
  }
  .products-menu ul li a {
    font-weight: 300;
    line-height: 42px;
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px;
    border-right: 2px solid #fff;
    text-decoration: none;
  }
  .toggle-menu {
    display: none;
  }
  .freshcut-section {
    padding: 70px 0;
  }
  #main-section {
    color: #5d983a;
  }
  #main-section h1 {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  #main-section h2 {
    font-size: 43px;
    font-weight: 500;
    text-transform: uppercase;
  }
  #main-section p {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 18px;
    color: #555;
  }
  .quality-main-row,
  .quality-main-row1 {
    display: flex;
  }
  .quality-main-row img,
  .quality-main-row1 img {
    width: 100%;
    height: auto;
  }
  .quality-main-row div:last-child,
  .quality-main-row1 div:first-child {
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .box-inner {
   
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }
  .box-inner h2 {
    color: #5d983a;
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
  }
  .box-inner hr {
      width:85%;
  
      margin-top: 20px;
      margin-bottom: 25px;
      margin-left:auto;
      margin-right:auto;
      border: 0;
      border-top: 2px solid #5d983a;
  }
  .box-inner a{
  border: 2px solid #7ed4a7;
    color: #555;
      text-decoration:none;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      margin-top: 20px;
      padding: 6px 20px;
      position: relative;
  }
   
  .fadeInLeft {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  }

  .box-inner a:hover{
  color: #fff;
      background-color: #337ab7;
      border-color: #7ed4a7;
      }
  .box-inner a::before{
  content: "";
      border-style: solid;
      position: absolute;
      left: 50%;
      bottom: -10px;
      margin-left: -10px;
      border-width: 10px 12.5px 0 12.5px;
      border-color: #fff transparent transparent transparent;
      border-top-color: #7ed4a7;
  }
  .freshcut-row{
    display:flex;
  }
  /*food safety*/
  
  .freshcut-content{
    color: #555;
      text-align: left;
      padding-right: 15px;
      padding-left: 30px;
  }
  .freshcut-content h1{
    color: #5d983a;
    font-size: 40px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 20px;
      text-transform: uppercase;
  }
  .freshcut-content p{
    margin-bottom: 20px;
      line-height: 35px;
      font-size: 18px;  
  }
  @-webkit-keyframes fadeInLeft {
    0% {
       opacity: 0;
       -webkit-transform: translateX(-80px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
  }
  
  @keyframes fadeInLeft {
    0% {
       opacity: 0;
       transform: translateX(-80px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
  }
 
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container-quality {
      max-width: 970px;
    }
    .freshcut-content h2{
      font-size:34px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .container-quality {
      max-width: 750px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .products-menu ul {
      flex-direction: column;
      padding-bottom: 20px;
    }
    .products-menu ul li:first-child {
      border-left: 0;
    }
    .products-menu ul li a {
      font-weight: normal;
      line-height: 30px;
      font-size: 20px;
      text-transform: lowercase;
      padding: 0 15px;
      border-right: 0;
      text-align: left;
    }
    .toggle-menu {
      color: white;
      display: flex;
      justify-content: space-between;
      padding-top: 8px;
  
      padding-bottom: 8px;
    }
    .toggle-menu h3 {
      margin-bottom: 0;
      font-size: 20px;
    }
    .toggle-menu svg {
      display: flex-end;
      cursor: pointer;
    }
    .products-menu ul {
      display: none;
    }
    .products-menu ul.show {
      display: block !important;
      transition: opacity 1s linear;
    }
    .quality-menu {
      transition: opacity 1s linear;
    }
    .freshcut-section {
      padding: 40px 0;
    }
    #main-section h2 {
      font-size: 30px;
    }
    .quality-main-row {
      flex-direction: column;
    }
    .quality-main-row1 {
      flex-direction: column-reverse;
    }
    .freshcut-row{
      flex-direction: column-reverse;
     
    }
    .freshcut-content {
   padding:0;
   margin-bottom:3rem;
    }
    .freshcut-content h1{
      font-size:30px;
    }
   
    .quality-main-row div:last-child,
  .quality-main-row1 div:first-child {
   padding:30px 0;
  }
  }
  
  