.section
{
    display: flex;
    gap: 1vw;
    margin-bottom: 1vw;
    width: 100%;
}
#other_projects_header
{
    display: flex;
    align-items: center;
    color: var(--second);
    font-size: 2vw;
    font-family: f5;
    line-height: 2vw;
    font-weight: 300;
    padding: 3.5vw;
    height: 12vw;

}


#footer
{
    position: relative !important;
}

/* Tablet */
/* Tablet */
/* Tablet */
/* Tablet */
    
@media only screen and (max-width: 821px) 
{  
    .section
    {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        margin-bottom: 2vw;
        width: 100%;
    }
    #other_projects_header
    {
        color: var(--second);
        font-size: 3vw;
        line-height: 3vw;
        font-weight: 300;
        padding: 8vw 6vw;
    }
}
    
/* Mobile */
/* Mobile */
/* Mobile */
/* Mobile */
    
@media only screen and (max-width: 439px)  
{ 
    .section
    {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        margin-bottom: 2vw;
        width: 100%;
    }
    #other_projects_header
    {
        color: var(--second);
        font-size: 6vw;
        line-height: 3vw;
        font-weight: 300;
        padding: 14vw 10vw;
    }
}