.learn-more-about-usenet-wrapper .card {
	border: 2px solid #F5F5F5;
	box-shadow: 0px 10px 16px 0px #242A331F;
	border-radius: 4px;
}


@media (min-width: 991.98px) {
    .learn-more-about-usenet-wrapper .card-body {
        height: 600px;
    }
}

@media (min-width: 1199.98px) {
    .learn-more-about-usenet-wrapper .card-body {
        height: 510px;
    }
}