#profile-background {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    object-fit: cover;
    top: 140px;
    z-index: -999;
}

.page-wrapper {
    background: #fff;
    /* margin-top: 688px; */
    /* margin-top: calc(100vh - 200px); */
    margin-top: 100vh;
    padding: 40px;

}

.page,
.container-base, .page-wrapper-default {
    background: #fff;

}

.about-text {
    max-width: 605px;
    background: #79B7E4;
    border-radius: 16px;
    margin-top: 80px;
}

.about-text p {
    padding: 40px;
    color: #fff;
}

.img-carousel {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}


@media only screen and (max-height: 800px) {
    
}