.d-flex, .about-page .banner-area, .about-page .banner-area .imgarea h5, .about-page .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page .banner-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 30px;
}

@media (max-width: 992px) {
  .about-page .banner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-page .banner-area .txtarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.about-page .banner-area .txtarea p {
  font-family: "FS Lucas Pro Med";
  font-size: 18px;
  padding: 2rem;
}

@media (max-width: 1199px) {
  .about-page .banner-area .txtarea p {
    font-size: 16px;
  }
}

.about-page .banner-area .imgarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 60%;
}

@media (max-width: 992px) {
  .about-page .banner-area .imgarea {
    width: 100%;
  }
}

.about-page .banner-area .imgarea h5 {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 0;
  color: #fff;
  font-size: 54px;
  font-family: "FS Lucas Pro SemiBd";
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .about-page .banner-area .imgarea h5 {
    height: 100%;
    top: 0;
  }
}

@media (max-width: 767px) {
  .about-page .banner-area .imgarea h5 {
    font-size: 44px;
  }
}

@media (max-width: 424px) {
  .about-page .banner-area .imgarea h5 {
    font-size: 32px;
  }
}

.about-page .bottom-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .about-page .bottom-section {
    padding: 30px 0;
  }
}

.about-page .bottom-section .txtarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.about-page .bottom-section .txtarea h5 {
  color: #000;
  font-size: 64px;
  font-family: "FS Lucas Pro Med";
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .about-page .bottom-section .txtarea h5 {
    font-size: 44px;
    line-height: 40px;
  }
}

.about-page .bottom-section .txtarea h5:before {
  content: '';
  background: #986f38;
  position: absolute;
  left: 0;
  top: 0;
  height: 96%;
  width: 5px;
}

.about-page .bottom-section .txtarea h5 span {
  font-family: "FS Lucas Pro Light";
  color: #877352;
  font-size: 54px;
  letter-spacing: 4px;
}

@media (max-width: 767px) {
  .about-page .bottom-section .txtarea h5 span {
    font-size: 39px;
  }
}

.about-page .bottom-section .txtarea p {
  font-family: "FS Lucas Pro Med";
  font-size: 18px;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .about-page .bottom-section .txtarea p {
    font-size: 16px;
  }
}

.about-page .bottom-section .txtarea .btn-primary {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "FS Lucas Pro Regular";
  background-color: #23495e;
  border-radius: 0;
  padding: 0.5rem 2rem;
  border: 4px double #fff;
}

.about-page .bottom-section .imgarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 30px;
}
/*# sourceMappingURL=about.css.map */