#w-node-_7199649a-4f43-b22b-79e3-1d009bff8a29-a8b5e7a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
.grid.cc-gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.i-grid-icons {
    margin-top: 50px;
}
.grid.cc-gap-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.u-mb-32 {
    margin-bottom: 2rem;
}
.h4 {
    letter-spacing: .02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.cell-presets {
    background-color: #011f6d;
    text-align: center;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 180px;
    padding-bottom: 0;
    transition: all .2s;
    display: flex;
    position: relative;
    overflow: hidden;
}
.preset-example {
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-family: WF Visual Sans, Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    position: absolute;
    inset: 0%;
}
.preset-example img{
    height: 88px;
    width: auto;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .preset-example img{
        width: 120px;
        object-fit: contain;
        height:auto
    }
}