.overbox { position:relative; }
.overbox .tb { transform:translateY(150%); transition:.5s ease; }
.overbox:hover .tb { transform:translateY(0%); }
.overbox .desc { transform:translateY(370%); transition:.5s ease; }
.overbox:hover .desc { transform:translateY(0%); height:auto; }


.heading-text h2 span {
    margin-top: 15px;
}
.applynow-btn .creative-button-inner {
    flex-direction: column;
    align-items: baseline;
    gap:35px;
}

.applynow-btn .eael-creative-button-icon-left, .learnmore-btn span.eael-creative-button-icon-right {
    align-self: flex-end;
    rotate: -45deg;transition: 0.3s;
}

.applynow-btn a:hover .eael-creative-button-icon-left, .learnmore-btn a:hover span.eael-creative-button-icon-right {
    rotate: 0deg !important;
    transition: 0.3s;
}

.applynow-btn .eael-creative-button--winona::after {
    justify-content: left !important;
    align-items: flex-end;
}
.applynow-btn a, .learnmore-btn a {text-decoration:none !important;}

.learnmore-btn .eael-creative-button--winona::after {
    justify-content: left !important;
    align-items: flex-end;
    margin-left: -5px;line-height: 0.6em !important;
}


.custom {
    opacity: 0;
    height: 15px;
}


.orange-hl {
    color:#EF7F1B;
}
