/* about-banner */
.about-banner .top {
  padding-top: 220px;
  padding-bottom: 130px;
}
.about-banner .title {
  line-height: 51px;
  color: #000000;
  font-size: 38px;
  font-weight: 300;
}
.about-banner .bottom {
  height: 460px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-banner .bottom:after {
  content: '';
  mask-image: url(../../../img/triangle-blur.svg);
  -webkit-mask-image: url(../../../img/triangle-blur.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  backdrop-filter: blur(22px);
  background: rgba(255,255,255,.6);
  right: 20px;
  top: 20px;
  width: 390px;
  height: 390px;
  position: absolute;
}
.about-banner .bottom .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 210px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.about-banner .bottom .scroll-to {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  z-index: 3;
}
.about-banner .bottom .scroll-to svg {
  width: 22px;
  height: 20px;
  fill: #ffffff;
  margin-top: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .about-banner .top {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .about-banner .bottom:after {
    width: 200px;
    height: 200px;
  }
  .about-banner .bottom {
    height: 290px;
  }
  .about-banner .bottom .scroll-to {
    bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .about-banner .bottom:after {
    width: 170px;
    height: 170px;
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 375px) {

}