.why-us {
    padding: 70px 0;
}

.why-us-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 100px;
    justify-content: center;
}

.why-us-card {
    display: flex;
    max-width: 400px;
    gap: 20px;
    align-items: start;
}

.why-us-title {
    margin-bottom: 20px;
}

.why-us-icon i {
    font-size: 36px;
}