.about-banner-block{
    background-size: cover;
    background-position: center;
    padding-top: calc(72px + 36px)!important;
    margin-top: -96px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.about-banner-block .about-banner-inner{
    max-width: 886px;
    margin-left: auto;
    margin-right: auto;
}
.about-banner-block .about-banner-inner h3{
    font-family: Haffer;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.8);
}
.about-banner-block .about-banner-inner h1{
    font-family: Haffer;
    font-size: 52px;
    font-weight: 500;
    line-height: 54.6px;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
    color: #fff;
}
.about-banner-block .about-banner-inner h1 span{
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    padding-bottom: 0;
    display: block;
    line-height: normal;
}
.about-banner-block .about-banner-inner p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color:rgba(255, 255, 255, 0.92);
    max-width: 676px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .about-banner-block{
        padding-top: calc(71px + 55px) !important;
        padding-bottom: 100px;
    }
    .about-banner-block .about-banner-inner h3{
        margin-bottom: 12px;
    }
    .about-banner-block .about-banner-inner h1{
        font-size: 36px;
        font-weight: 500;
        line-height: 39.6px;
        letter-spacing: 0.01em;
        margin-bottom: 12px;
    }
    .about-banner-block .about-banner-inner p{
        color:rgba(255, 255, 255, 1);
    }
}