@media screen and (max-width: 768px) {
    .mini-splits h2 {
        margin-left: 0;
    }

    .image-container {
        display: none;
    }
}