#page .main-description p {
  font-family: "main-r";
  color: var(--dark-100);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page .main-description p {
    font-size: 14px;
  }
}
#page .main-description a {
  color: var(--main-light);
  font-family: "main-sb";
}
#page .main-description a:hover {
  color: var(--light-100);
}
#page .main-description ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
#page .main-description ul li {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-100);
  font-family: "main-r";
  position: relative;
  list-style-type: disc;
}
@media (max-width: 767px) {
  #page .main-description ul li {
    font-size: 14px;
  }
}
#page .main-description h1,
#page .main-description h2,
#page .main-description h3,
#page .main-description h4,
#page .main-description h5 {
  font-family: "main-b";
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 1.6;
}
#page .main-description h5 {
  font-size: 18px;
}
@media (max-width: 767px) {
  #page .main-description h5 {
    font-size: 16px;
  }
}
#page .main-description h4 {
  font-size: 19px;
}
@media (max-width: 767px) {
  #page .main-description h4 {
    font-size: 17px;
  }
}
#page .main-description h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  #page .main-description h3 {
    font-size: 18px;
  }
}
#page .main-description h2 {
  font-size: 22px;
}
@media (max-width: 767px) {
  #page .main-description h2 {
    font-size: 20px;
  }
}
#page .main-description h1 {
  font-size: 24px;
}
@media (max-width: 767px) {
  #page .main-description h1 {
    font-size: 22px;
  }
}
#page .main-description img {
  max-width: 100%;
  margin-bottom: 15px;
}
#page .sub-title {
  font-family: "second";
  color: var(--main-light);
  text-transform: uppercase;
  font-size: 25px;
  padding: 25px 0;
  line-height: 35px;
}
@media (max-width: 576px) {
  #page .sub-title {
    padding: 15px 10px;
    font-size: 20px;
    line-height: 22px;
  }
}
#page .section-content {
  padding: 20px;
  background-color: var(--gray-100);
}
@media (max-width: 576px) {
  #page .section-content {
    padding-top: 5px;
  }
}
#page .section-content .section-title {
  font-family: "main-r";
  text-transform: uppercase;
  font-size: 20px;
  margin: 25px 13px;
  line-height: 30px;
  position: relative;
}
#page .section-content .section-title::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -12px;
  width: 7px;
  height: 7px;
  background: var(--main-light);
  z-index: 2;
}
@media (max-width: 576px) {
  #page .section-content .section-title::before {
    top: 8px;
  }
}
@media (max-width: 576px) {
  #page .section-content .section-title {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  #page .section-content .section-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
#page .section-content .bg {
  color: var(--white-color);
  padding: 15px;
  background-color: var(--main-light);
  margin-top: 25px;
}
@media (max-width: 576px) {
  #page .section-content .bg {
    padding-top: 1px;
  }
}
#page .section-content .bg .section-title {
  color: var(--white-color);
}
@media (max-width: 576px) {
  #page .section-content .bg p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
#page .section-content .benefits ul {
  margin-left: 30px;
}
#page .section-content .benefits ul li {
  text-transform: capitalize;
  font-size: 18px;
  list-style-type: disc !important;
}
@media (max-width: 990px) {
  #page .section-content .benefits ul li {
    font-size: 16px;
  }
}
#page .image {
  margin-top: 85px;
}
@media (max-width: 576px) {
  #page .image {
    margin-top: 0;
  }
}
#page .section-text {
  margin-top: 15px;
}
@media (max-width: 576px) {
  #page .section-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
