/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .mobile-hide {
        display: inline;
    }

    .mobile-hide-td {
        display:table-cell;
    }

    .mobile-flip-text {
        writing-mode: horizontal-tb; 
        text-orientation: inherit;
    }

    .mobile-td-width {
        width: 45%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .about-text {
        padding: 0 32px 0 32px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .footer {
        background-image: none;
    }

    .footer-col-1 {
        width: 33.33%;
    }

    .footer-col-2 {
        width: 33.33%;
    }

    .footer-col-3 {
        width: 33.33%;
    }

    .footer-contact {
        width: 100%;
    }

    .footer-links {
        text-align: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-links-left {
        width: 50%;
        float: left;
    }

    .footer-links-right {
        width: 50%;
        float: right;
        padding-bottom: 0;
        text-align: center;
    }

    .footer-links-heading {
        width: 80%;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #7a7a7a;
        padding: 0px 5px 2px 5px;
        background-color: white;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #dedede;
    }

    .footer-a-link {
        margin: 8px 0px 0px 15px;
        padding: 0px 7px 0px 7px;
        text-decoration: none;
        color: #7a7a7a;
        background-color: #f1f1f1;
        font-size: 14px;
        border-radius: 5px;
        width: fit-content;
        white-space: nowrap;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1250px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1350px) {

    .main,
    .topnav-content,
    .footer-content {
        width: 70%;
    }

    .intro {
        margin-top: 30px;
    }

}