.newsletter-area{

background:#f7f7f7;

padding:70px 0;

}

.newsletter-card{

background:#fff;

padding:20px;

border-radius:12px;

box-shadow:0 10px 25px rgba(0,0,0,.15);

transition:.3s;

text-align:center;

}

.newsletter-card:hover{

transform:translateY(-10px);

}

.newsletter-card img{

height:350px;

width:100%;

object-fit:cover;

border-radius:10px;

margin-bottom:20px;

}

.newsletter-card h4{

font-size:20px;

margin-bottom:15px;

}

#flipbook{

width:100%;

height:750px;

}