.casestudy {
    font-size: 0px;
    transform: translateY(120px);
    z-index: 0;
    font-size: 0px;
    max-height: 95%;
    max-width: 1200px;
}

body {
    margin: 0px;
    padding: 0px;
    justify-content: center;
    display: flex;
}

:root {
    --bg-color-cs: rgba(255, 255, 255, 1);
    --background-color: rgba(255, 255, 255, 1);
}


@media only screen and (max-width:1024px) {

    
    .casestudy {
        transform: translateY(50px);
    }
    
    }

@media only screen and (max-width:700px) {


.casestudy {
    transform: translateY(60px);
}

.next {
    bottom: -30px;
}
}