@media only screen and (max-width: 767px) and (min-width: 481px) and (orientation: landscape)
.ftr-logo {
    width: auto !important;
}
@media only screen and (max-width: 480px)
.logo-section .ftr-logo {
    width: 70% !important;
}
.worthwhile .worthwhile-cta {
	font-weight: 500;
	padding-top: 40px;
}
.worthwhile-archive{
    margin-top: -45px;
}

