



.section2 {
    background-image: url('/media/images/section2_bk.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.section2-card {
    background-color: #675c3d;
    opacity: 0.8;
}

.section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Adjust the alpha value for desired dimming */
}

.section3 {
    background-color: #f9fafb;
}

.section3-card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.section4 {
    background-color: #F5F6F9;
}

.section4-card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

