.fx-rates-template-value-props-section {
    padding: 28px 0 80px
}

.fx-rates-template-value-props-section .frtvp-shell {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    max-width: 100%;
}

.fx-rates-template-value-props-section .frtvp-heading {
    margin: 0;
    max-width: 900px;
    color: #16373d;
    font-size: clamp(32px, 5.6vw, 44px);
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: .96
}

.fx-rates-template-value-props-section .frtvp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fx-rates-template-value-props-section .frtvp-heading + .frtvp-grid {
    margin-top: 64px;
}

.fx-rates-template-value-props-section .frtvp-card {
    padding: 32px 28px;
    border-radius: 12px;
    background: #f3f4f2
}

.fx-rates-template-value-props-section .frtvp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #053D42;
    color: #fff;
}

.fx-rates-template-value-props-section .frtvp-icon svg {
    width: 24px;
    height: 24px;
}

.fx-rates-template-value-props-section .frtvp-icon svg * {
    stroke: currentColor
}

.fx-rates-template-value-props-section .frtvp-title {
    margin: 32px 0 0;
    color: #033438;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 135%;
}

.fx-rates-template-value-props-section .frtvp-description {
    margin: 12px 0 0;
    color: #4C6769;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    line-height: 140%;
}

@media (min-width:1600px) {
    .fx-rates-template-value-props-section .frtvp-shell{
        max-width: 1560px;
        margin: 0 auto;
    }
}

@media (max-width:991px) {
    .fx-rates-template-value-props-section {
        padding: 32px 0 40px
    }

    .fx-rates-template-value-props-section .frtvp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fx-rates-template-value-props-section .frtvp-heading + .frtvp-grid {
        margin-top: 42px
    }

    .fx-rates-template-value-props-section .frtvp-title {
        margin-top: 28px;
        font-size: 22px
    }
}

@media (max-width:767px) {
    .fx-rates-template-value-props-section .frtvp-shell {
        padding-left: 16px;
        padding-right: 16px
    }

    .fx-rates-template-value-props-section .frtvp-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .fx-rates-template-value-props-section .frtvp-heading {
        font-size: 32px
    }

    .fx-rates-template-value-props-section .frtvp-card {
        padding: 24px 20px
    }

    .fx-rates-template-value-props-section .frtvp-title {
        margin-top: 24px;
        font-size: 20px
    }

    .fx-rates-template-value-props-section .frtvp-description {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.45
    }
}
