.fx-rates-template-why-exchange-section {
    padding: 56px 0;
    background-color: #fff;
}

.fx-rates-template-why-exchange-section .frtwe-shell {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.fx-rates-template-why-exchange-section .frtwe-heading {
    margin: 0 0 20px;
    max-width: 900px;
    color: #16373d;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.fx-rates-template-why-exchange-section .frtwe-description {
    margin: 0;
    max-width: 780px;
    color: #4C6769;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

@media (min-width: 1600px) {
    .fx-rates-template-why-exchange-section .frtwe-shell {
        max-width: 1560px;
    }
}

@media (max-width: 767px) {
    .fx-rates-template-why-exchange-section {
        padding: 40px 0;
    }

    .fx-rates-template-why-exchange-section .frtwe-heading {
        font-size: 26px;
    }

    .fx-rates-template-why-exchange-section .frtwe-description {
        font-size: 16px;
    }
}
