/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 850px) {
    .header-bottom .menu-item a {
        padding: 15px;
    }

    /* .header-bottom .menu-item.active a,
    .header-bottom .menu-item:hover a {
        background: #c4ab78;
    } */
     .a-tt span{
        font-size: 98px;
        color: #d5e0e3;
        line-height: 1;
        text-transform: unset;
     }
     .a-tt .section-title {
        margin: unset;
        margin-bottom: -20px !important;
     }
     .a-location .box-text{
        padding: 60px 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-cb .col-inner{
        grid-template-columns: repeat(1,1fr);
    }
    .a-tt{
        margin-top: unset !important;
    }
    .a-cb .icon-box{
        padding: unset;
    }
    .a-cb .col-inner{
        padding: 1rem;
        gap: 1rem;
    }
    .box .box-text{
        padding: 1rem;
    }
    #footer::after{
        display: none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}