/* .about-us {
    background-image: radial-gradient(circle, #713dff -59%, #010205 31%);
} */

#about-us{
    margin-bottom: 64px;

}
.red-moon{
    position: absolute;
    left: -12%;
    top: 0;
    width: 34%;
}

.normal-moon{
    position: absolute;
    right: -7%;
    bottom: 0;
    width: 26%;
}

.about-us-gradient {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 94%;
    opacity: 0.8;
}
.about-us-content {
    position: absolute;
    color: white;
    top: 45%;
        left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
        flex-direction: column;
}

.about-us-content h3{
    font-size: 44px;
    margin: 0;
    font-family: "Baloo Paaji 2", serif;
    margin-bottom: 13px;
}

.about-us-content span {
    font-size: 20px;
    color: #9898A8;
    line-height: 1.9rem;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.rusl-btn{
    border: 1.5px solid #713DFF;
    padding: 10px 42px;
    border-radius: 21px;
    color: white;
    text-decoration: none;
}
@media(max-width:768px){
    .about-us-content{
        text-align: center;
    }
    .red-moon , .normal-moon{
        display: none;
    }
}

@media (max-width: 500px) {
    .about-us-content{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
  }