.accolade-overview-features-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-family: inherit;
}

@media (min-width: 992px) {
    .accolade-overview-features-wrapper {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 60px;
    }
    .aof-right-column {
        margin: 0;
    }
}

.aof-left-column {
    flex: 1 1 55%;
    max-width: 650px;
}

.aof-small-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.aof-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.aof-small-title {
    color: #1f83f0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}

.aof-heading {
    color: #0A3681;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.aof-description {
    color: #848484;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

.aof-description p {
    margin-bottom: 20px;
}
.aof-description p:last-child {
    margin-bottom: 0;
}

.aof-right-column {
    flex: 1 1 40%;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.aof-features-card {
    background-color: #ffffff;
    border-top: 4px solid #0A3681;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}

.aof-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eaeaea;
}

.aof-feature-item:first-child {
    padding-top: 10px;
}

.aof-feature-item:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.aof-feature-number {
    background-color: #EBF2FF;
    color: #0A3681;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aof-feature-content {
    flex: 1;
}

.aof-feature-title {
    color: #0A3681;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.aof-feature-desc {
    color: #848484;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
