@media screen and (max-width: 800px){
    #desktop-nav{
        display: none;
    }
    #hamburger-nav{
        display: flex;
    }
}
.text-box h3{
    font-size: 24px;
}
.text-box p{
    font-size: 12px;
}

@media (max-width: 800px){
    .row{
        flex-direction: column;
    }
}

/*welcome section*/
@media (max-width: 800px){
    .welcome-row{
        flex-direction: column;
    }
}
@media (max-width: 800px){
    .welcome-text{
       margin-left: 0; 
       margin-bottom: 20px;
    }
}
@media (max-width: 800px){
    .welcome-col{
       margin-left: 0;
       flex-direction: column;
    }
}

/*sme section*/
@media (max-width: 800px){
    #sme{
       padding: 10px;
    }
}
@media (max-width: 800px){
    .sme-img{
        height: 350px;
        width: 350px;
        margin-top: 20px;
        margin-right: 0;
        flex-direction: column;
    }
}

/*investor section*/
@media (max-width: 800px){
    #investor{
       padding: 10px;
    }
}
@media (max-width: 800px){
    .investor-img{
        height: 350px;
        width: 350px;
        margin-top: 10px;
        margin-left: 0;
        flex-direction: column;
    }
}
@media (max-width: 800px){
    .investor-text h3{
       margin-left: 0;
    }
}
@media (max-width: 800px){
    .investor-text p{
       margin-left: 0;
    }
}
@media (max-width: 800px){
    .investor-btn{
       margin-left: 0;
    }
}
