#home-content {
margin-top: 1.25em;
}
#home-content .home-card__background:after {
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
content: "";
}
#home-content .home-card__foreground__intro {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 10px;
color: inherit;
font-weight: inherit;
}
#home-content .home-card__foreground {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 15px;
color: #fff;
font-weight: 400;
}