@charset "UTF-8";
.scroll_about.main-page__section {
  padding-bottom: 36.6312%;
  height: 0;
}
.scroll_about.main-page__section .heading {
  padding: 10px 0 10px 36px;
  position: relative;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 600;
}
.scroll_about.main-page__section .heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: var(--prv_interactive_color);
  border-radius: 4px;
}
.scroll_about.main-page__section .heading h2 {
  padding-top: 10px;
  position: relative;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 600;
  text-align: left;
}
.scroll_about.main-page__section .col-md-6 {
  max-width: 525px;
}

.about-section {
  position: relative;
  padding-bottom: 100px;
}

.img_wrapper {
  width: calc(50% - 30px);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 33.6312%;
  border-radius: 4px;
  overflow: hidden;
  /*&:before{
    content: '';
    position: absolute;
    top: -5%;
    width: 90%;
    height: 30%;
    background: #FFF4F6;
    border-radius: 4px;
    right: 0;
  }*/
}
.img_wrapper img {
  vertical-align: middle;
  border-style: none;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-section__subheading {
  margin-bottom: 40px;
}
.about-section__subheading h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
  text-align: justify;
  color: #000000;
}

.about-section__button-container {
  margin-top: 30px;
}

#btn-arrow path {
  fill: var(--prv_color);
}

.about-section__button-container .btn {
  display: inline-block;
  margin-right: 20px;
  background: none;
  color: #000000;
  border-color: #000000;
  padding: 18px 46px;
  font-weight: 600;
}
.about-section__button-container .btn:hover {
  color: #000000;
}

.about-section__button-container .btn,
.about-section__button-container .btn:focus {
  padding-right: 80px;
  padding-left: 80px;
}

.about-section__button-container .btn:last-child {
  margin-right: 0;
}

.about-section__text {
  line-height: 22px;
  color: #757575;
  font-size: 1em;
  line-height: 1.7857em;
  font-weight: 400;
  margin-bottom: 80px;
}

.about-section .heading {
  margin-top: 0;
}

.about-section__text ul {
  padding-left: 0;
  margin: 30px 0 36px;
}

.about-section__text ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding-left: 12px;
  position: relative;
  margin-right: 16px;
}

.about-section__text ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.about-section__text ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .scroll_about.main-page__section {
    padding-bottom: 43.6312%;
  }
}
@media (max-width: 1199px) {
  .scroll_about.main-page__section {
    padding-bottom: 60.6312%;
  }
}
@media (max-width: 991px) {
  .img_wrapper {
    min-height: 100%;
  }
  .total_content > div > section.about-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .about-section__button-container {
    text-align: center;
    margin: 30px 0;
  }
  .about-section__button-container .btn {
    margin-bottom: 12px;
  }
  .about-section__subheading br {
    display: none;
  }
  .about-section .heading {
    margin-top: 50px;
  }
  .scroll_about.main-page__section {
    padding-bottom: 0;
    height: auto;
  }
  .scroll_about.main-page__section .about-section {
    display: flex;
    flex-direction: column;
  }
  .scroll_about.main-page__section .about-section .container {
    order: 2;
  }
  .scroll_about.main-page__section .about-section .img_wrapper {
    order: 1;
    width: 100%;
    position: relative;
  }
  .scroll_about.main-page__section .about-section .img_wrapper img {
    top: 3%;
  }
  .scroll_about.main-page__section .heading {
    font-size: 1rem;
  }
  .scroll_about.main-page__section .about-section__subheading {
    margin-bottom: 30px;
  }
  .scroll_about.main-page__section .about-section__subheading h1 {
    font-size: 1.875rem;
  }
  .scroll_about.main-page__section .about-section__text {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 400;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .img_wrapper {
    width: 100%;
    display: none;
    position: relative;
    padding-top: 66.6%;
    min-height: unset;
  }
  .about-section__text {
    font-size: 1em;
    line-height: 25px;
  }
  .about-section__subheading {
    font-size: 1.2857em;
  }
}

/*# sourceMappingURL=style.css.map */
