@media only screen and (max-width: 1000px) {
    .case-study-section {
        flex-direction: column;
        align-items: center;
    }
    .img-panel {
        display: none;
    }
}
