/* professionals-banner */
.professionals-banner {
  background-color: #0c0c0d;
  padding-top: 170px;
  padding-bottom: 60px;
}
.professionals-banner .professionals-banner-container {
  position: relative;
}
.professionals-banner .professionals-banner-container:after {
  content: '';
  width: 260px;
  height: 260px;
  background-image: url(../../../img/triangle-banner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: 0px;
}
.professionals-banner .subtitle {
  opacity: 0.6;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.professionals-banner .title {
  line-height: 61px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  max-width: 500px;
  opacity: 0;
}
.professionals-banner .title .lineParent {
  overflow: hidden;
}
.professionals-banner .title .lineParent .lineChild {
  transform: translate(0px, 100%);
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .professionals-banner .professionals-banner-container:after {
    height: 150px;
    width: 150px;
  }
  .professionals-banner .title{
    font-size: 44px;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {
  .professionals-banner .title {
    font-size: 37px;
    line-height: 40px;
  }
}
