﻿@media only screen and (max-width: 768px) {
    /* How are Swap Rates Calculated Section */
    .calculation-section {
        padding: 2.75rem 0;
    }

    .calculation-content {
        gap: 1.875rem;
        max-width: 25.125rem;
        flex-direction: column-reverse;
    }

        .calculation-image img {
            padding: 0 2.5rem;
        }

    .calculation-text {
        text-align: center;
    }

    .calculation-title {
        font-size: 1.625rem;
        line-height: 2.25rem;
        margin-bottom: 1.25rem;
    }

    .calculation-description {
        line-height: 1.5625rem;
        font-weight: 400;
        opacity: 0.6;
        margin: 1.875rem 0 !important;
        max-width: 25.125rem;
        padding: 0 1.375rem;
    }

    .calculation-subtitle {
        font-size: 1rem;
        line-height: 1.625rem;
        opacity: 0.6;
        margin-bottom: 0 !important;
    }

    #top-subtitle {
        font-family: 'Samsung Sharp Sans', sans-serif;
    }

    .s-font-subtitle {
        font-size: clamp(12px,1rem,100px) !important;
        padding: 1.25rem 0 1.875rem;
    }

    .s-front-content {
        max-width: 25.125rem;
    }

    .calculation-image-i {
        max-width: 25.125rem;
    }

    .font-title {
        font-size: clamp(12px,1.625rem,100px) !important;
        line-height: 2.25rem;
    }

    .s-front-content {
        font-size: .875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.375rem;
        opacity: 0.5;
    }

    .min-height-530 {
        min-height: 0;
    }

    .website-shared .home-content {
        max-width: unset;
        padding: 2.75rem 1.5rem !important;
    }

    #s-head-box {
        min-height: 6.25rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
    /* How are Swap Rates Calculated Section */
    .calculation-section {
        padding: 2.75rem 0;
    }

    .calculation-content {
        gap: 1.875rem;
        max-width: 48rem;
        flex-direction: column-reverse;
    }

    .calculation-image img {
        padding: 0 2.5rem;
    }

    .calculation-text {
        text-align: center;
    }

    .calculation-title {
        font-size: 1.625rem;
        line-height: 2.25rem;
        margin-bottom: 1.25rem;
    }

    .calculation-description {
        line-height: 1.5625rem;
        font-weight: 400;
        opacity: 0.6;
        margin: 1.875rem 0 !important;
        max-width: 48rem;
        padding: 0 1.375rem;
    }

    .calculation-subtitle {
        font-size: 1rem;
        line-height: 1.625rem;
        opacity: 0.6;
        margin-bottom: 0 !important;
    }

    #top-subtitle {
        font-family: 'Samsung Sharp Sans', sans-serif;
    }

    .s-font-subtitle {
        font-size: clamp(12px,1rem,100px) !important;
        padding: 1.25rem 0 1.875rem;
    }

    .s-front-content {
        max-width: 48rem;
        padding: 0 1.375rem;
    }

    .calculation-image-i {
        max-width: 30rem !important;
    }

    .font-title {
        font-size: clamp(12px,1.625rem,100px) !important;
        line-height: 2.25rem;
    }

    .s-front-content {
        font-size: .875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.375rem;
        opacity: 0.5;
    }

    .min-height-530 {
        min-height: 0;
    }

    .website-shared .home-content {
        max-width: unset;
        padding: 2.75rem 1.5rem !important;
    }

    #s-head-box {
        min-height: 6.25rem;
    }

}
