@media (max-width: 782px) {
    .reverse_columns_mobile {
        flex-direction: column-reverse;
    }
}

.five-border-radius {
    border-radius: 5px;
}

.is-selected.five-border-radius {
    border-radius: 5px !important;
}

.ten-border-radius {
    border-radius: 10px;
}