section {
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    height: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.row-reverse {
    flex-direction: row-reverse;
}

.column-2 {
    max-width: 47%;
    width: 47%;
}

.column-3 {
    max-width: 32%;
    width: 32%;
}

.column-4 {
    max-width: 24%;
    width: 24%;
}

.lum-content-detail li {
    list-style-position: inside;
}

@media screen and (max-width: 1023px) {
    .row {
        flex-direction: column;
    }

    .column-2 {
        width: 100%;
        max-width: 100%;
    }

    .column-3 {
        width: 100%;
        max-width: 100%;
    }

    .column-4 {
        width: 100%;
        max-width: 100%;
    }
}
