@media screen and (max-width: 1442px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 567px) {
    .columnable_list {
        flex-direction: column;
    }
    .main_section{
        height: 100svh;
        padding-top: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}