@media(max-width:991px){

    .hero-title{

        font-size:52px;

    }

    .services-page-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .process-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .footer-top{

        grid-template-columns:1fr 1fr;

    }

}

@media(max-width:767px){

    .hero-title{

        font-size:42px;

    }

    .hero-buttons{

        flex-direction:column;

    }

    .services-page-grid{

        grid-template-columns:1fr;

    }

    .process-grid{

        grid-template-columns:1fr;

    }

    .footer-top{

        grid-template-columns:1fr;

    }

    .jarvis-wrapper{

        width:320px;

        height:320px;

    }

    .ring-1{

        width:320px;
        height:320px;

    }

    .ring-2{

        width:220px;
        height:220px;

    }

    .ring-3{

        width:140px;
        height:140px;

    }

}