@media only screen and (max-width: 760px){

    .secondSection{
        height: fit-content;
        margin-bottom: 3rem;
    }

    .thirdSection{
        margin-top:0;
        flex-direction: column-reverse;
        margin-bottom: 6rem;
    }

    .insideThirdSection2{
        margin: 0;
    }

    .insideThirdSection {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .insideThirdSection2{
        flex-direction: column;
    }
    .insideThirdSection img {
        height: 15rem;
        width: 20rem;
        margin-top: 2rem;
    }

    .insideNav{
        margin: 10px 0;
    }

    .insideNav img{
        right: 0;
    }

    .mobileMenu{
        justify-content: space-between;
    }

    .fourSection {
        width: 90%;
        margin: 0 auto;
    }
    .itemImgGallery{
        height: 16rem;
    }
    .insideFooter1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: auto;
    }

}