.offer_bg_image{
    background-image: url(https://d2yrq5q0hrg3y1.cloudfront.net/aimm-web-assets/leonie/our_product_bg_image1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 0;
}
.offer_bg_image h3{
    font-family: var(--bs-font-Cormorant);
}
.content{
    position: relative;
    display: inline-block;
    width: 85vw;
    vertical-align: top;
}
@media(min-width:992px){
    .content{
        width: 30vw;
    }
}
.content p{
    font-family: var(--bs-font-Catamaran);
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: .02em;
    color: var(--text-color-2);
}
.heading{
    display: flex;
    align-items: baseline;
    font-family: var(--bs-font-Cormorant);
    font-size: 20px;
    font-weight: 700;
}
.title1{
    flex-shrink: 0;
    letter-spacing: .01em;
    color: #363636;
    word-wrap: break-word;
    font-weight: bold;
}
.line{
    margin: 0 4px 5px;
    width: calc(100% - 8px);
    height: 1px;
    background-color: var(--text-color-2);
    opacity: 20%;
}
.custom-padding1{
    padding: 0 5vw;
}
.price{
    flex-shrink: 0;
    margin-left: 8px;
}
.price a, .title1 a{
    text-decoration: none;
    color: #363636;
}
.price-value{    
    color: #363636;
}
.price-label{
    margin-right: 9px;
    color: #a9a4a2;
    position: relative;
    z-index: 10;
}
.price-label::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #a9a4a2;
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
}