.sliding-box {
    height: 70vh;
}

#slide1 {
    padding-left: 4rem;
    padding-bottom: 4rem;
    background: url("../images/aboutpageLandingSection.jpg");
    background-size: cover;
    background-position: center;
}

.aboutpage-second-section-right img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.aboutpage-second-section-left-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


#footer {
    margin-top: 0;
}


@media screen and (max-width:800px) {
    .sliding-box {
        height: 50vh;
    }
}

@media screen and (max-width:600px) {
    #footer {
        padding-top: 1rem;
    }

    #footer .credit {
        font-size: 8px;
    }
}

@media screen and (max-width:500px) {
    .sliding-box {
        height: 40vh;
    }
}