body {
background: #f1f1f1;
}

.slanted-img {
clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
object-fit: cover;
height: 100%;
width: 100%;
}
h2{
font-size:20px;
}
p{
font-size:12px;
}

@media (max-width: 991.98px) {
.slanted-img {
display: none;
}
}