:where(.paragraph--type--reference-block) {
    width: 87.38%;
    margin: 0 auto;
}

@media screen and (max-width: 1919px) {
    :where(.paragraph--type--reference-block) {
        width: 87.72%;
    }
}

@media screen and (max-width: 1439px) {
    :where(.paragraph--type--reference-block) {
        width: 82.63%;
    }
}

:where(.paragraph--type--reference-block) h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

:where(.paragraph--type--reference-block) :where(.ref-pages__wrapper) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

:where(.paragraph--type--reference-block) :where(.ref-pages__wrapper) .title {
    font-size: 22px !important;
    line-height: 25px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}

:where(.paragraph--type--reference-block) :where(.ref-pages__wrapper) .info__wrapper::before {
    display: none !important;
}

:where(.paragraph--type--reference-block) :where(.ref-pages__wrapper) .title::after {
    content: url('/sites/default/files/inline-images/arrow-transparent.svg');
    justify-self: end;
}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 991px) {
    :where(.paragraph--type--reference-block) h2 {
        font-size: 25px;
        line-height: 30px;
    }

    :where(.paragraph--type--reference-block) :where(.ref-pages__wrapper) .title {
        font-size: 20px !important;
        line-height: 23px !important;
    }
}

@media screen and (max-width: 767px) {
    :where(.paragraph--type--reference-block) h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 467px) {}