@media (max-width:600px)
{
    .logo img {
        height: 50px;
    }
}


@media (max-width:1200px)
{
    .img-container {
        height: 40vh;
    }

    .heading {
        font-size: 44px;
    }
    .paragraph 
    {
        font-size: 14px;
    }
}

@media(max-width:600px)
{

    .research {
        font-size: 45px;
    }

    .its__here {
        font-size: 32px;
    }



    .splide__slide  img {
     height: 50% !important;
     width: 100%;
    }


    .video-container 
    {
        height: 50vh;
        width: 100%;
    } 

    .room__image {
        height: 50%;
        /* width: 100%; */
    }
}