#section_8
{
    padding-bottom: 12vw !important;
    overflow: hidden;
}
@media only screen and (max-width: 822px) and (min-width: 439px)
{ 
    #section_8
    {
        padding: 0vw 6vw 45px 6vw !important;
        overflow: hidden;
        height: fit-content;
    }
}
@media only screen and (max-width: 439px)  
{ 
   
    #section_8
    {
        overflow: hidden;
        height: auto !important;
    }
    
}