.dynamic-footer {
background: #ffffff;
padding: 4rem 0;
}
.dynamic-footer .dynamic-footer-cell {
height: 350px;
margin-bottom: 1rem;
}
@media print,
screen and (min-width:40em) {
.dynamic-footer .dynamic-footer-cell {
margin-bottom: 0;
}
}
.dynamic-footer .dynamic-footer-cell .content {
height: 100%;
padding: 20px;
position: relative;
width: 100%;
}
.dynamic-footer .dynamic-footer-cell header h6 {
color: #fff;
font-size: 1.75rem;
font-weight: 800;
line-height: 1.2;
margin: .75rem 0 .5rem;
}
.dynamic-footer .dynamic-footer-cell p {
color: #fff;
}
.dynamic-footer .dynamic-footer-cell .read-more {
padding: 16px 20px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.dynamic-footer .dynamic-footer-cell .read-more a {
color: #fff;
font-size: 1.25rem;
font-weight: 600;
text-decoration: none;
}
.dynamic-footer .dynamic-footer-cell .yellow {
background: rgba(246, 160, 4, .83);
}