#about-container{
    min-height: 100vh;
}

#about-circles-container{
    width: 400px;
    height: 400px;
    top: -100px;
    left: -50px;
}

#about-first-circle{

}

#about-second-circle{
    width: 60%;
    height: 60%;
}

#about-first-circle, #about-second-circle{
    box-shadow: inset 0px 0px 3px #000000,0px 0px 3px #000000;
}

#about-us-container{
    margin-top: 170px;
    border-radius: var(--rounded-defualt);
}

.about-us-title{
    font-size: 35px;
}

.about-us-description{
    font-size: 25px;
}

.about-us{
    min-height: 500px;
    border-radius: var(--rounded-defualt);
    background-color: rgba(60, 60, 61, 0.8);
    color: var(--site-secondary);

}

.back-image{
    filter: blur(6px) ;
    border-radius: var(--rounded-defualt);
    box-shadow: none;
    width: 100%;
    height: 100%;
}



