.aboutus{
    padding:5px;
    padding-top:10px;
    padding-bottom:10px;
    width: 100%;
    text-decoration: none;
    text-align:left;
}
.aboutus div{
    margin-bottom:40px;
    padding:5px;
    border: transparent solid 1px;
    border-top-color: rgba(218, 165, 32, 0.205);
}
.ourteam{
    flex-wrap: wrap;
    display: flex;
}
.ourteam span{
    padding:10px;
    width: 32%;
    height:300px;
    margin: 2px;
    text-decoration: none;
    text-align:center;
    word-wrap: break-word;
}
.ourteam h4{
    margin-top:10px;
    text-align: center;
}
.ourteam h6{
    text-align: center;
}
.ourteampic{
    border: rgba(0, 0, 0, 0.068) solid 2px;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
    border-radius:5px 50px;
    width:170px;
    height:170px;
    object-fit: cover;
    object-position: center;
}
/* Media*/
@media only screen and (max-width:800px) {
    .ourteam h4{
        font-size:15px;
    }
    .ourteam h6{
        font-size: 12px;
    }
    .ourteam span{
        margin-right:15px;
        width: 42%;
        height:240px;
    }
    .ourteampic{
        width:100px;
        height:100px;
        border-radius:5px 30px;
    }
}
@media only screen and (max-width:310px) {
    .ourteampic{
        width:120px;
        height:120px;
        border-radius:5px 30px;
    }
    .ourteam span{
        width:100%;
        height:200px;
    }
}