@media screen and (min-width: 1024px) and (max-width: 1470px) {
    #fourth .animation svg {
        width: 100%;
        padding: 0 0 30px;
        top:auto; bottom:-20vh;
        position:relative;
    }
    
}

@media (max-width: 1024px) {


    #fourth .animation svg {
        width: 100%;
        padding: 0 0 30px;
    }
   

   

   
    #fourth .animation svg {
        height:130vw;
        width: 130%;
        margin-left:-15%;
        padding: 0 0 30px;
        top:auto; bottom:-8vh;
        position:relative;
    }

    #fifth .animation svg {
        width: 100%;
        height: 110vw;
        padding: 0;
        margin-top: -55px;
    }
}