﻿
.why-us .reasons-list .reason-item {
    margin-bottom: 30px;
}

.why-us .reasons-list .icon-box {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    /* Choose a color that fits your brand. Example: */
    background-color: #FBD32F;
    border: 2px solid #FBD32F;
}

    .why-us .reasons-list .icon-box i {
        font-size: 32px;
        /* Icon color */
        color: #0d6efd;
    }

.why-us .reasons-list h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333; /* Darker color for headings */
}

.why-us .reasons-list p {
    font-size: 15px;
    color: #666; /* Slightly lighter color for body text */
}
