about-banner.scss 1.06 KB
@import "../../vars";
@import "../../mixins";

.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: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.abote-banner-block {
    max-height: 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


    &__title {
        font-weight: 600;
        font-size: 78px;
        line-height: 100%;
        color: $vactiveOrange;

        > span {
            font-size: 36px;
        }
    }

    &__par {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #BEC4CE;
    }
}

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