.about-us {
    border-top: 1px solid #0d89ce;
    padding-top:1rem;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5rem;
}