
.discount-offer {    padding: 15% 0;    position: relative;     
background: url(../imagen/destf3.jpg)no-repeat center fixed;    background-size: cover;    z-index: 1;}.discount-offer:after,.subscribe:after {    position: absolute;    content: "";    top: 0;    left:0;    width: 100%;    height: 100%;    background: rgba(0,122,207,.5);    z-index: -1;}

.discount-offer:after,.subscribe:after {
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,207,.5);
    z-index: -1;
}

.dicount-offer-content h2{
    color:#fff;
    font-size:30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
*{
    padding: 0;
    margin: 0;
}

*{

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

}

.subscribe {
    position: relative;
    padding: 12% 0;
    background: url(../imagen/destf5.jpg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}

