.icons-row {
    margin: 24px auto;
    max-width: var(--max-page-width);
}

.icons-row > dotlottie-wc {
    height: 50px;
}

@media (min-width: 768px) {
    .icons-row > dotlottie-wc {
        height: 75px;
    }
}

@media (min-width: 1248px) {
    .icons-row > dotlottie-wc {
        height: 100px;
    }
}