@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .hero-content {
        height: 22%;
    }

    .hero-content-1, .hero-content-3 {
        background-color: var(--evre-red);
    }

    .hero-content-2 {
        bottom: 22%;
    }

    .hero-content-3 {
        bottom: 44%;
    }

    .hero-content-4 {
        bottom: 66%;
    }

    .ed-contact__card-item {
        height: 295px;
    }

    .ed-contact__card-item.longer {
        height: 450px;
    }

    .hero-item:hover .hero-content {
        right: -100px;
    }

    .hero-content {
        transform: rotate(180deg);
    }

    .contact-panel {
        display: none;
    }

}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {

}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .hero-wrapper {
        flex-direction: column;
    }

    .hero-item {
        width: 100%;
        height: 25%;
    }

    .hero-content {
        left: 0;
        right: unset;
        writing-mode: unset;
        padding: 10px;
    }

    .academy table {
        border: 0;
    }

    .academy table caption {
        font-size: 1.3em;
    }

    .academy table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .academy table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .academy table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .academy table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .academy table td:last-child {
        border-bottom: 0;
    }

    .academy table {
        width: 100%;
    }

    .section-bg.hero-bg {
        padding-top: 80px;
    }

    .map-btn-wrapper .ed-btn {
        padding: 16px 50px 16px 15px;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }
}