.panel-footer-cta,
.panel-footer-cta > a {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px 2px;
    padding: 20px;
}

.panel-footer-cta > a {
    padding:0;
    width: 100%;
    height: 100%;
}

.panel-footer-cta .crab-icon {
    margin: 0 auto 11px;
    max-width: 45px;
}

.panel-footer-cta .title{
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--blue-33);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}

.panel-footer-cta .subtitle {
    font-family: var(--font-sacramento);
    font-size: 36px;
    color: var(--blue-1b);
    text-transform: lowercase;
    line-height: 1;
}

@media screen and (min-width: 64em) {
    .panel-footer-cta {
        padding: 27px 20px;
    }
    
    .panel-footer-cta .crab-icon {
        max-width: 70px;
        margin-bottom: 18px;
    }

    .panel-footer-cta .title {
        font-size: 23px;
    }

    .panel-footer-cta .subtitle {
        font-size: 50px;
    }

    .panel-footer-cta .social-links {
        padding: 10px 0 0;
    }
}