#offer1 img {
    border-radius: 8px; /* Adds rounded corners to the image */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for better appearance */
}
#offer1 .card-title {
    font-size: 1.5rem;
    font-weight: bold;
}
#offer1 .card-text {
    font-size: 2rem;
    line-height: 1.6;
}
.card1{

margin-top:100px;

}
.card1 img{
border:wpx solid red;




}