.about-us-background{
    background-image: url(/assets/assets/Headers\ Desktop/Header-About.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    place-items: center;
    align-content: center;
    height: 400px;
}
.about-us-background p{
    color: white;
    font-size: 1.5rem;
    font-family: Din-Display-Thin-Regular;
    margin-bottom:  unset;
    text-align: center;
}
.about-us-second-background p, .about-us-second-background span{
    color: black;
    font-size: 1.5rem;
    font-family: Din-Display-Thin-Regular;
    margin-bottom:  unset;
    text-align: center;
}
.about-us-second-background span {
    display: contents;
}
.bio img{
    width: 100%;
}
.bio-text{
    display: grid;
    align-content: center;
}
.bio-text > .title{
    text-align: left;
}
.certifications-wrapper{
    background-color: #eef4f6;
    padding: 2rem 0;
    position: relative;
}
.timeline-content{
    position: relative;
}
.timeline-content p {
    margin-bottom: 0;
    font-family: Din-Display-Medium;
    color: #646464;
}
.timeline-content > .row {
    padding: 1rem;
}
.timeline-content .text-end{
    font-family: Din-Display-Medium;
    color: #646464;
}
.timeline-content .circle-box {
    font-family: Din-Display-Light;
    color: #646464;
}
.timeline-content .font-light{
    font-family: Din-Display-Light !important;
    color: #646464;
}
.certifications-wrapper > .container > .timeline-content > .timeline > .timeline-decoration{
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #3a606e;
}
.circle-box {
    background-color: #eef4f6;
    z-index: 6;
}
.circle-box p {
    width: 70px;
    height: 70px;
    border: 1px solid;
    text-align: center;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 0;
}
.dream img{
    width: 100%;
    max-width: 500px;
}
.about-us-second-background{
    background-image: url(/assets/assets/background\ pic/no3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.about-us-second-background p{
    background-color: #ffffff85;
}
.about-us-second-background span {
    background-color: #ffffff85;
}
.about-us-line{
    content: '';
    height: 1px;
    background-color: #3a606e;
    width: 200px;
    margin: 2rem 0;
}
.dots-image img{
    width: 80%;
}
.dots-image p{
    font-family: Din-Display-Light-Italic;
    margin-bottom: 0;
}
@media(max-width: 768px)
{
    .row-with-margin{
        margin-bottom: 1rem;
    }
    .row-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .about-us-background{
        background-image: url(/assets/assets/Headers\ MOB/Header_About_MOB.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        place-items: center;
        align-content: center;
        height: 400px;
    }
    .about-us-second-background{
        background-image: url(/assets/assets/background\ pic/no3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        flex-direction: column;
        height: 300px;
    }
    .dots-image img{
        width: 150px;
    }
    #left-dot-image{
        display: grid;
        place-content: start;
        align-content: center;
        margin: 2rem 0;
    }
    #right-dot-image{
        display: grid;
        place-content: end;
        align-content: center;
        margin: 2rem 0;
    }
    .dots-image p{
        margin-bottom: 0;
        text-align: center;
    }
    .bio-text{
        margin-top: 2rem;
    }
}