h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

strong {
  font-family: Avenirltstd, sans-serif;
  font-weight: 700;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-image {
  width: 100%;
  border-radius: 16px;
}

.divider {
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
  background-color: #a5c926;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.small-padding-side {
  padding-right: 15px;
  padding-left: 15px;
}

.title {
  margin-bottom: 16px;
  color: #a5c926;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.text-grey {
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 0px;
  font-family: Avenirltstd, sans-serif;
  color: #999;
  font-size: 18px;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Avenirltstd, sans-serif;
}

.button {
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #a5c926;
  -webkit-transition: background-color 350ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 350ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 350ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: background-color 350ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #751bfb;
  box-shadow: 0 8px 8px -4px rgba(165, 201, 38, 0.5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper-2.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Avenirltstd book', sans-serif;
}

.delivery-info {
  width: 66.66%;
  padding-right: 8.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Avenirltstd book', sans-serif;
  font-size: 18px;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #e5e5e5;
  border-radius: 16px;
  font-size: 12px;
  text-align: center;
}

.question-heading {
  margin-bottom: 16px;
}

.button-2 {
  height: 48px;
  padding: 12px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #a5c926;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  box-shadow: 0 8px 8px -4px rgba(165, 201, 38, 0.5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-2.small {
  height: 40px;
  padding: 8px 24px;
  border-radius: 20px;
  -webkit-transition: background-color 325ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 325ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 325ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: background-color 325ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  font-size: 13px;
  line-height: 24px;
}

.button-2.small:hover {
  background-color: #751bfb;
}

.body {
  background-color: #000;
}

.div-block {
  width: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: 0px;
}

.heading {
  margin-top: 60px;
  margin-bottom: 0px;
}

@media screen and (min-width: 1920px) {
  .intro {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .intro {
    margin-bottom: 56px;
  }
  .side-blocks {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .side-image {
    width: 83.33%;
  }
  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }
  .side-block.no-padding-left {
    padding-left: 8.33%;
  }
  .side-block.small-padding-side {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-info {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .wrapper-2.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .delivery {
    padding: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery-info {
    width: 100%;
    padding-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .question {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .question-heading {
    margin-right: 24px;
    margin-bottom: 0px;
  }
  .button-2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .delivery {
    padding: 40px;
  }
  .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .question-heading {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .side-image {
    width: 100%;
  }
  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-block.no-padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .delivery {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .question {
    padding: 32px 12%;
  }
}

@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}