 .hero{
position:relative;
}

/* price left */
.hero-price{
position:absolute;
bottom:40px;
left:40px;
color:#fff;
text-align:left;
}

.hero-price p{
margin:0;
font-size:16px!important;
}

.hero-price h3{
margin:0;
font-size:15px!important;
font-weight:700;
}

/* right content */
.hero-info{
position:absolute;
right:40px;
bottom:40px;
text-align:right;
color:#fff;
}

/* blue badge */
.women-badge{
background:#2b6cb0;
padding:8px 14px;
border-radius:6px;
font-size:14px;
display:inline-block;
margin-bottom:10px;
}

/* location */
.hero-location p{
margin:0;
font-size:15px!important;
}
/* ===================== */
/* TABLET RESPONSIVE */
/* ===================== */

@media (max-width:991px){

.hero-price{
left:20px;
bottom:20px;
}

.hero-price h3{
font-size:26px;
}

.hero-info{
right:10px;
bottom:10px;
}

.hero-location p{
font-size:12px;
}

}


/* ===================== */
/* MOBILE RESPONSIVE */
/* ===================== */

@media (max-width:576px){

.hero-price{
position: absolute;
        text-align: center;
        margin-bottom: 0px;
    }
}

.hero-info{
position:absolute;
text-align:center;
margin-bottom:15px;
}

.women-badge{
font-size:12px;
padding:6px 10px;
}

.hero-location p{
font-size:13px;
}