aboutBanner.css 1.26 KB
.about-page-banner {
  margin-top: 135px;
  width: 100%;
  height: 316px;
  position: relative;
}

.about-page-banner-bg {
  position: absolute;
  content: "";
  background-image: url("../../../img/about/centre-bg-min.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-page-banner-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
}

.abote-banner-block {
  max-height: 110px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abote-banner-block__title {
  font-weight: 600;
  font-size: 78px;
  line-height: 100%;
  color: #F5851A;
}
.abote-banner-block__title > span {
  font-size: 36px;
}
.abote-banner-block__par {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #BEC4CE;
}

.abote-banner-block-check {
  margin-top: 16px;
}