.number-trust-section {
    padding: 90px 0;
}

.number-trust-row {
    display: flex;
    margin-left: -7.5px;
    margin-right: -7.5px;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.number-trust-col {
    width: 25%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.number-trust-card {
    background-color: #F7F7F7;
    padding: 56px 24px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
}

.number-count {
    color: var(--blue) !important;
}

.number-trust-card p {
    color: var(--black);
}

@media (min-width: 1200px) {
    .number-trust-card p {
        max-width: 193px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .number-count {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 65px;
        margin-bottom: 19px;
    }
    .number-trust-card p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .number-trust-section {
        padding: 60px 0;
    }
    .number-trust-col {
        width: 50%;
    }
    .number-trust-card {
        padding: 30px 24px;
    }
}

@media (max-width: 767px) {
    .number-trust-section {
        padding: 50px 0;
    }
    .number-trust-col {
        width: 100%;
    }
    .number-trust-card {
        padding: 15px;
        text-align: left;
        border-radius: 10px;
    }
}