#tools-sec-1, #tools-sec-2{
    height: 100vh;
    width: 100%;
}
#tools-sec-1 p, #tools-sec-2 p{
    font-size: 19px;
}

@media only screen and (max-width: 820px){
    #path{
        display: none !important;
    }
    #tools-sec-1 h1{
width: 37rem;
margin-left: -2rem;
    }
    #tools-sec-1 p{
        /* font-size: 24px; */
    }
    #tools-sec-1 a{
        font-size: 25px;
    }
    #tools-sec-2{
        height: 125vh;
    }
     #tools-sec-2 h1{
        width: 37rem;
        margin-left: 2rem;
            }
            
}

@media only screen and (max-width: 768px){
    #path{
        display: none !important;
    }
    #tools-sec-1 h1{
width: 37rem;
margin-left: -2rem;
    }
    #tools-sec-1 p{
        /* font-size: 24px; */
    }
    #tools-sec-1 a{
        font-size: 25px;
    }
    #tools-sec-2{
        height: 136vh;
    }
    #tools-sec-2 h1{
        width: 37rem;
        margin-left: 2rem;
            }
            #tools-sec-2 p{
                /* font-size: 25px; */
            }

}

@media only screen and (max-width: 414px){
    #tools-sec-1 h1{
        width: 23rem;
        margin-left: -2rem;
}
#tools-sec-2 h1{
    width: 22rem;
    margin-left: 0rem;
        }
        #tools-sec-2 a{
            width: 11rem;
        }
}

@media only screen and (max-width: 390px){
    #tools-sec-1{
        height: 105vh;
    }
    #tools-sec-2 a{
        width: 11rem;
    }
}

@media only screen and (max-width: 390px){
    #tools-sec-1{
        height: 135vh;
    }
    #tools-sec-2{
        height: 170vh;
    }
}
