/* Features Section */
.features {
    padding: 50px 0;
    text-align: center;
}

.features-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.feature img {
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
}

.feature h3 {
    margin-top: 15px;
    color: #3454a1;
}

