.landing_header .l-logo {
    max-width: 400px;
    margin: auto;
    margin-bottom: 62px;
}
.insidepage .provider_grid {
    display: none;
}
@media screen and (max-width: 1280px) {
    .page-memberships .just_content .container {
        padding-block: calc(100px - 1rem);
        padding-inline: calc(100px - 1rem);
        align-items: center;
    }
}
@media screen and (max-width: 980px) {
    .page-memberships .just_content img {
        width: 50% !important;
    }  
}
@media screen and (max-width: 767px) {
    .page-memberships .just_content img {
        width: 100% !important;
    }
}