@media screen and (max-width: 800px) {
    .mobile-container {
        padding: 10px;
    }
}