@media (min-width: 992px) and (max-height: 774px) {
  #selling-points {
    height: auto;
    margin: 0;
  }
}
@media (max-width: 991px) and (max-height: 554px) {
  #selling-points {
    height: auto;
    margin: 0;
  }
}
.giftit {
  font-size: 18pt !important;
  position: relative !important;
  top: 10px !important;
  text-decoration: underline !important;
}
#block-selling-points {
  background: linear-gradient(rgba(0,0,0,0.07),rgba(0,0,0,0.07)), url('/bekitzur/htdocs/images/artisan-gift-box/picnic/new-hero-image-cozy-brochure.jpg') 100% 100%;
  background-size: cover;
  background-position: center;
  color: #3c3c3c;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  #block-selling-points {
    height: 526px;
  }
}
@media (max-width: 991px) {
  #block-selling-points {
    height: 526px;
    background-position: left;
  }
}
#block-selling-points .title {
  font-size: 55px;
  line-height: 1.5;
  margin: 65px 0 0 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  #block-selling-points .title {
    font-size: 35px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #block-selling-points .title {
    font-size: 30px;
    margin-top: 73px;
  }
}
#block-selling-points .subtitle {
  max-width: 670px;
  font-size: 26px;
  margin: 0 auto 0 auto;
}
@media (max-width: 991px) {
  #block-selling-points .subtitle {
    margin-top: 20px;
    font-size: 20px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #block-selling-points .subtitle {
    max-width: 287px;
    margin-top: 25px;
    line-height: 1.3;
  }
}
#block-selling-points .description {
  max-width: 670px;
  font-size: 26px;
  margin: 35px auto 0 auto;
  line-height: 1.2;
}
#block-selling-points .description ul {
  text-align: left;
}
#block-selling-points .description ul li {
  padding: 10px;
}
@media (max-width: 991px) {
  #block-selling-points .description {
    margin-top: 20px;
    font-size: 20px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #block-selling-points .description {
    max-width: 287px;
    margin-top: 25px;
    line-height: 1.3;
  }
}
#block-selling-points .subscribe {
  width: 255px;
  height: 55px;
  border: 3px solid #18766f;
  border-radius: 10px;
  margin: 45px auto 0 auto;
  font-size: 22px;
  line-height: 50px;
  background-color: #18766f;
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.1s all ease;
}
#block-selling-points .subscribe:hover {
  background-color: #ffffff;
  color: #18766f !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-selling-points .subscribe {
    font-size: 15px;
    width: 170px;
    height: 40px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #block-selling-points .subscribe {
    margin-top: 35px;
  }
}
#block-selling-points .down-arrow {
  height: 70px;
  width: 70px;
  background: url('/bekitzur/htdocs/images/home/down-arrow.png');
  background-size: cover;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 35px);
}
@media (max-width: 991px) {
  #block-selling-points .down-arrow {
    height: 45px;
    width: 45px;
    left: calc(50% - 22px);
  }
}
@media (max-width: 767px) {
  #block-selling-points .down-arrow {
    display: none;
  }
}
