.img-container-about {
    background-size: 100%; /* Ensures the image covers the entire container */
    background-position: top; /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100%; /* Ensures the container takes up the full width */
    margin-top: 130px;
}



@media (max-width: 992px){
    .img-container-about{
        align-content: center;
    }

    .card-about{
        font-size: small;
    }
}
@media (min-width: 991.94px){
    .card-about{
        width: 50%;
        font-size: x-large;
    }

    .img-container-about{
        height: 820px;
    }
}

@media (min-width: 768px){
    .img-bowl1{
        position: absolute;
    }

    .img-bowl2{
        position: absolute;
    }

    .img-bowl-mid{
        position: absolute;
        z-index: 10;
    }
    .img-bowl-top{
        position: absolute;
        z-index: 10;
    }
    .img-bowl-bot{
        position: absolute;
        z-index: 10;
    }

    .img-oval{
        position: absolute;
    }
}