@media only screen and (max-width: 1025px){
   
    .secondSection{
        margin: 5rem auto;
    }

    .insideSecondIMG img{
        height: 20rem;
        width: 20rem;
    }

    .secondIconItem{
        margin: 0;
    }

    .secondIconItem p{
        font-size: 12px;
    }

    .insideThirdSection img{
        height: 20rem;
        width: 25rem;
    }
}