.cta-link {
    padding: 9px 20px 5px 20px;
    margin-bottom: 4px;
}

.cta-links {
    border-top: 1px solid white;
}

.cta-link h4 {
    color: white;
    font-size: 30px;
    font-family: 'Windsor W01 Bold';
    margin: 0;
    line-height: 1.2em;
}

.cta-link h4,
.cta-link a {
    text-shadow: 2px 2px 3px #0000008f;
}

.cta-link a {
    color: white;
    font-size: 17.9px;
    font-style: italic;
    max-width: 310px;
    display: block;
}

.cta-link a:hover {
    color: white;
    font-size: 17.9px;
    font-style: italic;
    
}

.cta-link i:before {
    content: "\f054";
    font-size: 12px;
}

.panel-header .cta-link {
    background-image: none !important;
}

.footer-container .drops .cta-link {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-container .drops .cta-link .inner-w {
    text-align: left;
    max-width: 340px;
}

.footer-container .cta-link h4 {
    font-size: 25px;
}

.footer-container .cta-link a {
    font-size: 15px;
    max-width: 275px;
}

.footer-container .cta-link a:focus {
    color: white;
}


 .footer-container .drops picture {
    width: 100%;
    display: block;
}


@media screen and (min-width: 40em) {
    .footer-container .drops {
        display: flex;
        background-color: lightblue;
    }

    .footer-container .cta-link h4 {    
        line-height: 1.1em;
    }
    .footer-container .cta-link {
        padding-top: 30px;
    }
}

@media screen and (min-width: 56em) {
    .footer-container .drops .cta-link {
        text-align: left;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        align-content: center;
        padding-right: 0;
        padding-left: 0;
        background-size: 140%;
        transition: background-size 10s ease-out;
    }

    .footer-container .drops .cta-link:hover {
        background-size: 160%;
    }
}

@media screen and (min-width: 64em) {
    .cta-link h4 {
        font-size: 26px;
    }
    
    .cta-link a {
        font-size: 14px;
        max-width: unset;
    }
    .footer-container .drops {
        display: flex;
        background-color: lightblue;
    }

    .footer-container .drops .cta-link .inner-w {
        margin: 0 auto;
    }

    .footer-container .cta-link h4 {
        font-size: 30px;
        z-index: 100;
    }
    .footer-container .cta-link a {
        font-size: 18px;
    }
}

@media screen and (min-width: 80em) {
    .cta-link h4 {
        font-size: 30px;
    }
    
    .cta-link a {
        font-size: 17.9px;
    }
    .footer-container .drops .cta-link {
        background-size: 100%;
        transition: background-size 10s ease-out;
    }

    .footer-container .drops .cta-link:hover {
        background-size: 115%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .footer-container .footer-top .contentRender_name_plugins_core_textbox p {
            margin-bottom: -50px;
        }
}


