﻿.page-banner {
    position: relative;
}

.page-banner-image {
    position: relative;
}

    .page-banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(89.89deg, #000000 0.06%, rgba(0, 0, 0, 0) 71.01%);
    }

.page-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 123px;
    padding-top: 160px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-banner-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
}