.why-trust-sidebar-section {
    border-radius: 24px;
    border: 2px solid var(--accent-primary, #005293);
    padding: 16px;
    margin-bottom: 16px;
}

.why-trust-sidebar-section__heading {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--text-primary, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.why-trust-sidebar-section__title {
    color: var(--text-primary, #000);
    font-family: 'Karla';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 8px;
}

.why-trust-sidebar-section__summary {
    color: var(--text-secondary, #757575);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.why-trust-sidebar-section__indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.why-trust-sidebar-section__indicator {
    border-radius: 16px;
    background: #FFF;
    padding: 16px;
    width: calc(50% - 8px);
}


.why-trust-sidebar-section__indicator-value {
    color: var(--text-secondary, #757575);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
}

.why-trust-sidebar-section__indicator-label {
    color: var(--text-primary, #000);
    font-family: 'Karla';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

.why-trust-sidebar-section__top {
    display: flex;
    align-items: center;
    gap: 4px;
}

.why-trust-sidebar-section__top img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .why-trust-sidebar-section {
        margin-bottom: 24px;
    }

    .why-trust-sidebar-section__title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 18px;
    }

    .why-trust-sidebar-section__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

.single-post .why-trust-sidebar-section__indicator,
.blog .why-trust-sidebar-section__indicator,
.category .why-trust-sidebar-section__indicator,
.page-template-template-full-width .why-trust-sidebar-section__indicator {
    background: var(--surface-3, #F2F6FA);
}