* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4285714;
  color: #54565a;
}
@font-face {
  font-family: repetition;
  font-weight: bold;
  src: url("/assets/fonts/repetition/repetition.otf");
}

h1 {
  font-family: repetition, sans-serif;
  font-size: 3rem;
  color: #ca4c02;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-left: 5rem;
}

#veggies-main-content {
  padding: 1.85rem 0;
}
#veggies-main-content p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4285714;
  color: #54565a;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

#veggies-main-content a {
  color: #ca4c02;
  text-decoration: none;
  font-weight: bold;
}
#veggies-main-content a:hover {
  color: #6d3213;
  text-decoration:underline
 
}
.container-width {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#card-section {
  padding-top: 4.25rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
}

.bulk-fruits-main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  overflow: visible;
  display: flex;
  flex-direction: row-reverse;
}
.bulk-fruits-main-image {
  margin-left: -0.3125rem;
  transform: rotate(2deg);
  width: 45.65%;
  flex: 0 0 auto;
  z-index: 2;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
}
.bulk-fruits-main-image img {
  width: 100%;
  height: auto;
}
.bulk-fruits-content-card {
  flex: 1;
  min-width: 1px;
  z-index: 1;
  background: #fff;
  margin-top: -0.75rem;
  padding: 2.5rem;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
  line-height: 1.4285714;
}
.bulk-fruits-content-card h2 {
  font-size: 2.25rem;
  color: #35373c;
  font-weight: bold;
  margin-bottom: 0.4375rem;
}



@media (max-width: 768px) {
  .bulk-fruits-main-image {
    margin-left: 0;
    width: 100%;
  }
  .bulk-fruits-main {
    display:flex;
    flex-direction: column;
  }
  .bulk-fruits-content-card {
    padding: 1.875rem 1.25rem 1.25rem;
  }
  #card-section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-width {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-width {
    max-width: 750px;
  }

  #veggies-main-content p {
    max-width: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .bulk-fruits-content-card h2 {
    font-size: 1.75rem;
  }
}
