*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}

.carousel-item img{
 object-fit: cover;  
 /* display: block; */
 /* margin: auto; */
 height: 90vh;
}
.about-img{
    min-width: 100%;
    max-height: 280px;
object-fit: cover;

/* border: 2px solid rebeccapurple; */
/* object-position: 0px 0px; */
/* overflow: none; */
}
.offer_style{
    background: rgba(81, 86, 88, 0.996);
    color: white;
}
footer > p{
    margin-bottom: 0;
    padding: 20px 0px;
}
/* .card2{
    position: relative;
    right: 50%;
    z-index: 1;
        top: 10%;
} */
/* .headings{
position: relative;
} */
/* .headings::after{
content: " ";
width: 80%;
height: 2px;
color: blue;
position: absolute;
top: 10;

} */