.aboutUs-content {
    padding: 50px 0;
    width: 1131px;
    margin: auto;
    font-size: 1.14rem;
    color: #004467;
}

.aboutUs-content h1, .aboutUs-content h2, .aboutUs-content h3 {
    line-height: normal;
    font-weight: 700;
    color: #004467;
    margin: 0;
}

.aboutUs-content h2 {
    font-size: 1.85rem;
}

.aboutUs-content h3 {
    font-size: 1.57rem;
    font-weight: 500 !important;
}

.aboutUs-content .h2-heading {
    font-size: 1.57rem;
    font-weight: 500 !important;
}

.aboutUs-content li {
    margin-bottom: 10px;
}

.aboutUs-content a {
    color: #F26E22;
}

.aboutUs-content p {
    margin: 16px 0;
}

.payment-methods-images {
    align-items: revert;
    flex-wrap: wrap;
    width: 900px;
    gap: 2%;
    margin: 3% auto;
}

.payment-methods-images img {
    max-width: 267px;
    margin-bottom: 2%;
}

@media (min-width: 993px) and (max-width: 1440px) {
    .aboutUs-content {
        width: 890px;
    }
}

@media (max-width: 992px){
    .aboutUs-content {
        width: 260px;
        font-size: 1.14rem !important;
        padding: 30px 0;
        margin: 0 auto;
    }
    .aboutUs-content h2 {
        font-size: 1.42rem;
    }

    .aboutUs-content h3 {
        font-size: 1.28rem;
    }

    .aboutUs-content .h2-heading {
        font-size: 1.28rem;
    }

    .aboutUs-content ul, .aboutUs-content ol {
        padding-left: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .aboutUs-content p {
        line-height: 1.4;
    }

    .payment-methods-images {
        flex-direction: column;
        flex-wrap: nowrap;
        width: inherit;
    }
    .payment-methods-images img {
        margin-bottom: 4%;
    }
}