.is-fullheight-100vh {
height: 100vh;
}
.readmore {
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 100%;
height: 10em;
text-align: center;
padding-top: 8.3em;
background-image: linear-gradient(to bottom, transparent, white 85%);
}
@media (prefers-color-scheme: dark) {
.readmore {
position: absolute;
bottom: 0;
right: 0;
display: block;
width: 100%;
height: 10em;
text-align: center;
padding-top: 8.3em;
background-image: linear-gradient(to bottom, transparent, #14161a 85%);
}
}
.readmore-card {
max-height: 15em;
}
.card-img-width {
width: 75rem;
}
.feather-16 {
width: 16px;
height: 16px;
}