.wccs-block {
    margin: 18px 0
}

.wccs-block .wccs-heading {
    font-weight: 700;
    letter-spacing: .08em;
    margin: 21px 0 9px;
    opacity: .9;
    text-transform: capitalize;
}

.wccs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px
}

.wccs-item {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.wccs-ico {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #0000008f;
}

.wccs-ico img {
    max-width: 22px;
    max-height: 22px
}

.wccs-title {
    font-weight: 600;
    margin-bottom: 2px
}

.wccs-desc {
    font-size: .92em;
    opacity: .85;
    line-height: 1.45
}

@media (max-width:720px) {
    .wccs-grid {
        grid-template-columns: 1fr
    }
}