.list-cols .box {
    border-radius: 16px;
    overflow: hidden;
    background-color: #e6ebf2;
    display: flex;
    flex-direction: column;
}
.list-cols .box .box-text {
    padding: clamp(15px, 4vw, 30px);
    background-color: #e6ebf2;
}
.list-cols .box .box-text p {
    margin: 0 0 20px;
}
.list-cols .box .box-text .text > *:not(style):last-child,
.list-cols .box .box-text .text > *:not(style):has(+ style:last-child) {
    margin-bottom: 0;
}
.list-cols .col:nth-child(even) > .col-inner > .box {
    flex-direction: column-reverse;
}
