.is-uppercase {
text-transform: uppercase;
}
.link-reset {
text-decoration: none !important;
}
.home-info__bullets {
margin: 0;
padding: 0;
list-style: none;
}
.home-info__bullets li {
position: relative;
padding-left: 1.25em;
}
.home-info__bullets li::before {
content: "›";
position: absolute;
left: 0;
color: #f5d90a;
font-weight: 700;
}
.card-shell {
position: relative;
display: flex;
flex-direction: column;
border: 1px solid #cccccc;
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
overflow: hidden;
}
.card-media {
position: relative;
min-height: 240px;
}
.card-media--tall {
min-height: 250px;
}
.card-image {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
opacity: 0.96;
transition: transform 180ms ease, opacity 180ms ease;
}
.card-hover-zoom:hover .card-image,
.card-hover-zoom:focus .card-image {
transform: scale(1.02);
opacity: 1;
}
.card-title {
margin: 0;
font-family: 'Poppins', sans-serif;
font-size: 24px;
line-height: 1.1;
font-weight: 600;
text-transform: uppercase;
}
.card-title--dark {
color: #111;
}
.card-subtitle {
margin-top: 6px;
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 1.35;
font-weight: 400;
text-transform: uppercase;
}
.card-meta {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 1.35;
font-weight: 400;
text-transform: uppercase;
}