.icon-w-40 {
    width: 40px;
}
.body-bg-home2 {
    background-image: url('../../img/background/home2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.body-bg-home {
    background-image: url('../../img/background/home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

