﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Laptop Size */
@media screen and (max-width: 1366px) {
}

/* Tablet Size Portrait + Larger Tablet Width */
@media screen and (max-width: 1025px) {
    
}

/* Tablet Landscape */
@media screen and (max-width: 768px) {
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    /* FOOTER */
    /* CTA Btns */
    .footer .footer-wrap .cta-btns {
        flex-direction: column;
    }
}

/* Mobile Size */
@media screen and (max-width: 550px) {
    
}


