@import "../var";

.page-header {
    padding-top: to-rem(260px);
    padding-bottom: to-rem(80px);
    .page-title {
        text-align: center;
        @include calc-clamp(32px, 56px);
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.022em;
    }


    @media screen and (max-width: $breakpoint-mobile) {
        padding-top: 128px;
        padding-bottom: 60px;
    }
}