.page-header {
    /*border-left: 55px solid #fff;*/
    overflow: hidden;
    position: relative;
}

.page-header:before {
    content: "";
    width: 100%;
    max-width: 1343px;
    height: 100%;
    background: url(../../images/gtagri-intro-shadow.png) no-repeat center left;
    position: absolute;
    top: 0;
    left: 0;
}

.page-header__content {
    height: 212px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.page-header h1 {
    font-size: 62px;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

@media (max-width: 1240px) {
    .page-header h1 {
        font-size: 52px;
    }

    .page-header__content {
        height: 150px;
    }

    .page-about__wrapper {
        flex-direction: column;
        gap: 30px;
    }
}


@media (max-width: 768px) {
    .page-header h1 {
        font-size: 32px;
    }

    .page-header__content {
        height: 90px;
    }
}