.aboutUs-content .aboutUs-note {
    font-size: 0.85rem;
    color: #92A2AA;
}


.aboutUs-content.aboutUs-why-trust {
    flex-direction: column;
    text-align: center;
}
.aboutUs-content.aboutUs-why-trust .aboutUs-why-trust-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

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

.aboutUs-content.aboutUs-why-trust .aboutUs-why-trust-container .aboutUs-why-trust-subtitle {
    font-size: 1.42rem;
    margin-bottom: 0;
}

@media (max-width: 992px) {

    .aboutUs-content.aboutUs-why-trust .aboutUs-why-trust-container .aboutUs-why-trust-icon {
        width: 50px;
        height: 50px;
    }

    .aboutUs-content.aboutUs-why-trust .aboutUs-why-trust-container .aboutUs-why-trust-subtitle {
        font-size: 1.28rem;
    }
}