
.ad-offer-single-card {
    display: flex;
    gap: 30px;
    text-align: left;   
    align-items: center;
    margin-bottom: 40px;
    text-transform: capitalize;
   
}
.ad-offer-img{ border: 1px #f9f9f9 solid;  position: relative; overflow: hidden; background-position: center; width: 150px;}


.ad-offer-single-card h6{ font-size: 14px;}

.ad-offer-single-card h5 {
    font-size: 18px;
    color: #062126;
    font-weight: 700;
    text-transform: uppercase;
}

.ad-offer-dotted {
    font-size: 18px;
    color: #e6343c;
}

.ad-offer-responsive-dotted {
    display: none;
}

.ad-offer-price {
    font-size: 18px;
    font-weight: 600;
    color: #062126;
    font-family: 'Cormorant Garamond', serif;
}

.ad-offer-card-text-container {
    display: block;
    align-items: last baseline;
    gap: 20px;
}
.ad-offer-single-card-text{ margin: 10px 0px; width: 400px;}

.ad-offer-single-card a:last-child {
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #6e7e81;
    background-color: transparent;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'Cormorant Garamond', serif;
    color: #062126;
   
}
