.about-us{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-head{
    display: flex;
    margin: 2% auto;
    width: 40%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-head img{
    width: 150px;
    height: 100px;
}

.about-head span{
    font-size: 24px;
    color: #f45604;
    font-weight: 600;
}

.about {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: center;
}

.about p{
    display: flex;
    color: white;
    font-size: 19px;
    opacity: .6;
    text-align: center;
}

.aboutus{
    display: flex;
    margin: auto;
    width: 70%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.about-left{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.about-right{
    display: flex;
    width: 50%;
}

tr td{
    color: white;
    padding-left: 10px;
}

tr th{
    color: #f45604;
}
@media screen and (max-width: 423px) {
    .about-head{
        width: 90%;
    }
    .about {
        width: 100%;
    }

    .aboutus{
        flex-direction: column;
    }

    .about-left{
        width: 100%;
    }

    .about-right{
        width: 100%;
        margin-top: 10%;
    }
}