@media (max-width: 1024px) {
    body #landing-noe .logo {
        width: 28%;
        margin: 42px auto;
    }
    body #landing-noe .contant .flex .col {
        width: 17%;
        font-size: 14px;
    }
    body #landing-noe .contant .flex .col .sec-heading h6 {
        font-size: 14px;
    }
    body #landing-noe .social-links .image {
        width: 3%;
    }
}

@media (max-width: 991px) {
    body #landing-noe .logo {
        width: 31%;
        margin: 42px auto;
    }
    body #landing-noe .contant .flex .col {
        width: 20%;
    }
    body #landing-noe .social-links .image {
        width: 4%;
    }
}

@media (max-width: 512px) {
    body #landing-noe .logo {
        width: 56%;
        margin: 42px auto;
    }
    body #landing-noe .contant .flex .col {
        width: 50%;
        font-size: 14px;
    }
    
    body #landing-noe .social-links .image {
        width: 10%;
    }
}

@media (max-width: 375px) {
    body #landing-noe .contant .flex .col {
        width: 46%;
    }
}

@media (max-width: 360px) {
    body #landing-noe .contant .flex .col {
        width: 48%;
        font-size: 14px;
    }
}