.why-choose-us {
    background: white;
    padding: 60px 0;
    text-align: center;
}

.why-choose-us h3 {
    font-size: 2.2rem;
    color: #0056b3;
    margin-bottom: 10px;
}

.why-choose-us .highlight {
    color: #ff6b00;
}

.why-choose-us p {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px;
    font-weight: 300;
}

/* Features Grid */

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Feature Icons */
.feature img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.feature h4 {
    font-size: 1.3rem;
    color: #0056b3;
    margin-bottom: 10px;
}

.feature p {
    font-size: 1rem;
    color: #666;
}
.features {
    display: flex;
    flex-direction: column; /* Align items vertically */
    align-items: center; /* Center content */
    text-align: center;
    padding: 20px;
    width: 100%;
}

.feature {
    width: 80%; /* Adjust width to make it long but not too wide */
    background: #f9f9f9;
    padding: 20px;
    margin: 15px 0; /* Add margin to space elements vertically */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
