#about-us-section{
    padding: 50px 30px 0px 30px;
}

#about-us-section h2{
    font-size: 40px;
    color: #47acc3;
    padding: 0px 30px;
}

.about-us-container{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    justify-content: space-between;
}

#about-us-text-container{
    width: 70%;
}

#about-us-image-container{
    height: 300px;
    width: 300px;
}

#about-us-image-container img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}