@media screen and (max-width: 768px) { 
    .main-container {
        overflow: auto;
    }
}
