.hero-section {
padding: 50px 0 0;
}
.content-div .section-heading {
color: #fff;
margin-bottom: 30px;
text-align: left;
border-bottom: 1px solid #F7F2EE;
padding-bottom: 30px;
}
.banner-subhead p {
margin: 0;
color: white;
font-weight: 600;
}
.free-gift-img-div {
position: absolute;
width: 30%;
right: 0;
top: 0%;
}
.vouchers-col {
position: relative;
margin-bottom: 40px;
}
.voucher-heading {
display: flex;
justify-content: space-between;
font-size: 1.42rem;
line-height: 1.5rem;
}
.hero-img-col>div {
background-position: right;
}
.hero-row .content-div {
background-color: #0F3042;
min-height: auto;
}
.hero-row .content-div .section-heading {
color: #fff;
}
.section.vouchers-section {
background-color: #f2eae3;
padding: 100px 0 50px;
margin-top: 50px;
}
.voucher-heading .woocommerce-Price-amount {
font-size: 1.77rem;
line-height: 1.48rem;
margin-right: 10px;
}
.vouchers-col-inner {
background-color: #F7F2EE;
box-shadow: 3px 3px #e2d5cb;
padding: 25px;
position: relative;
}
img.voucher-img {
margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
.vouchers-row {
display: flex;
flex-wrap: wrap;
}
.vouchers-col {
width: 50%;
}
.voucher-heading {
flex-direction: column;
font-size: 1.2rem;
line-height: 1.5rem;
}
img.voucher-img {
margin-bottom: 10px;
}
.vouchers-col-inner {
padding: 25px 15px 15px;
}
.section.vouchers-section {
padding: 50px 0;
}
.vouchers-col:last-child {
margin-bottom: 0px;
}
.voucher-heading .woocommerce-Price-amount {
font-size: 1.5rem;
line-height: 1.4rem;
margin-right: 0px;
}
}