.page-title-section .page-title {
    padding: 40px 60px;
    margin-top: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: var(--blue-brand-color);
    background-image: url(../../../img/icons/page-title/page-title-emblem.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 992px) {
    .page-title-section .page-title {
        margin-top: 17px;
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .page-title-section .page-title {
        padding: 23px 0px;
        line-height: 100%;
    }
}