.trust-section {
    padding: 60px 0;
}

.trust-card {
    border: none;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.trust-icon {
    font-size: 45px;
    color: #0d6efd;
}

.section-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #6c757d;
    margin-bottom: 40px;
}

.impact-section {
    padding: 60px 0;
    background: #ffffff;
}

.impact-heading {
    font-weight: 700;
}

.heading-underline {
    width: 60px;
    height: 3px;
    background: #0d6efd;
    margin: 10px auto 20px;
    border-radius: 2px;
}

.impact-img {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
}

.impact-img:hover {
    transform: scale(1.03);
}