@media screen and (max-width: 600px) {
    .smalltest_row {
        flex-direction: column;
        padding: 0;
        gap: 60px;
    }
    
    .smalltest_row .smalltest_col {
        width: 100%;
    }
    
    div#contents {
        padding-bottom: 50px !important;
    }
}
