.cw-track-banners .inner {
    display: flex;
    background: #eef3f8;
    border: 3px dashed #dae1e8;
    padding: 15px 5px;
}

.cw-track-banners .item {
    min-height: 182px;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    margin: 0 10px;
    padding: 15px 15px 15px 45px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-size: cover;
}

.cw-track-banners .item .text {
    display: block;
}

.cw-track-banners .item .text-1 {
    font-size: 28px;
    line-height: 24px;
}

.cw-track-banners .item .text-2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.cw-track-banners .item .text-3 {
    font-size: 14px;
    color: #fdc743;
}

.cw-track-banners a.item:hover {
    color: #fdc743;
}

@media screen and (max-width: 767px) {
    .cw-track-banners .inner {
        display: block;
    }

    .cw-track-banners .inner .item:not(:last-child) {
        margin-bottom: 15px;
    }
}
