.Blog_Card{ .blogCardMain { border-radius: 20px; overflow: hidden; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); transition: 0.3s; } .blogCardMain:hover { box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); } .imgSec { height: 300px; position: relative; } .imgSec::after { display: block; content: ""; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%); background-repeat: no-repeat; height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; opacity: 1; transition: all 0.3s ease-out; } .blogCardMain:hover .imgSec::after { opacity: 0.5; } .cardTextSec { background-color: white; padding: 25px; } .cardHead { font-size: 25px; font-weight: 500; line-height: 35px; margin-bottom: 10px; } .cardPara { font-size: 15px; line-height: 25px; } .dateSec { background-color: white; padding: 10px 20px; border-top: 1px solid var(--themeBg1); font-size: 14px; color: #9b9b9b; } }.Blog_Card{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }