.reasons {
    text-align: center;
    padding: 100px 15px;
    background-color: #0A4B99;
    color: #fff;
}

.reasons-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    max-width: 696px;
    margin: 0 auto;
    gap: 24px;
}

.reasons-content-wrapper {
    flex: 0 0 31.03%;
    max-width: 31.03%;
    background-color: #fff;
    color: #000;
    min-height: 279px;
    padding: 20px 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
}

body .reasons-subtitle {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding-top: 9px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

body .reasons-title {
    color: #fff;
    font-weight: 400;
}

.reasons .list-title {
    font-size: 24px;
    font-weight: 600;
}

.reasons .list-sub-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .reasons-content-wrapper {
        flex: 0 0 40.03%;
        max-width: 40.03%;
    }

    .reasons-content {
        justify-content: center;
    }
    .reasons{
        padding: 40px 15px;
    }
}

@media (max-width: 600px) {
    .reasons-content-wrapper {
        flex: 0 0 90%;
        max-width: 90%;
    }
}
