@media (max-width: 768px) {
    .section-mobile {
        padding: 30px 10px;
        height: auto;
        /* Remove fixed height for smaller screens */
    }

    .info-item {
        margin-bottom: 20px;
        /* Add spacing between boxes */
    }
}