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

    .feature-item {
        padding: 45px 0;
    }
}

/*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;
    }

    .hs-title-3 {
        letter-spacing: 3px;
        line-height: 1.3;
    }

    .feature-name h6 {
        font-size: 16px;
    }

    .feature-icon img {
        width: 60px;
    }

    .work-item, .work-grid-2 .work-item, .work-grid-3 .work-item, .container .work-grid-3 .work-item, .work-grid-4 .work-item {
        width: 50% !important;
    }

    .prive-text {
        opacity: 1;
    }

    .prive-text img {
        width: 80%;
        margin-top: -25px;
    }

    .about-text {
        padding-inline: 2rem;
    }

    .hs-title-3 {
        padding-inline: 2rem;
        font-size: 21px;
    }

    .nav-logo-wrap .logo img {
        width: 230px;
    }

    .project-video iframe {
        height: 280px;
    }
}