

.section-title h2 {
    color: #177b44;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
}
.MaduramaContainers {
    background-size: cover;
    background-repeat: no-repeat;
}
.WhiteBg_box {
    background: #fff;
}
.Merchandise_box {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.Merchandise_box:hover {
        background: #177b44;
    }

.Yellow_Background_Box {
    background: #f8c220;
    background-size: cover;
    background-repeat: no-repeat;
}

 .Yellow_Background_Box:hover {
        background: #fff;
    }

.Green_Background_Box {
    background: #177b44;
    background-size: cover;
    background-repeat: no-repeat;
}

.Green_Background_Box:hover {
        background:#fff;
    }

