@media only screen and (max-width: 1025px){
    .montserrat-mont{
        font-size: 14px;
    }
    .insideNav img {
        height: 55px;
    }
    .heroSection {
        height: 380px;
    }
    .raleway-rale{
        font-size: 26px;
    }

    .insideSecondText p{
        font-size: 14px;
    }
    .secondIconItem img{
        height: 3rem;
    }

    .insideSecondIMG img{
        height: 25rem;
        width: 25rem;
    }
    .insideThirdSection p{
        font-size: 14px;
    }
    .insideThirdSection img {
        height: 25rem;
        width: 30rem;
    }

    .thirdSection{
        margin: 8rem auto;
    }

    .insideThirdSection2 {
        margin-right: 0;
    }
    .insideFourth p{
        font-size: 14px;
    }
    .fourSection{
        margin-bottom: 8rem;
    }

    .imgGallery{
        flex:1;
        flex-wrap: wrap;
    }
}