ul.ws-ul-block {
	padding-left: 0;
	margin-bottom: 35px
}

ul.ws-ul-block li {
    position: relative;
	display: block;
    font-size: 1.5rem;
	font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
ul.ws-ul-block li i {
    font-size: 2rem;
    color: var(--brand);
    padding-bottom: 0.625rem;
    display: block;
    vertical-align: top;
}
ul.ws-ul-block li:not(:last-child) {
    margin-bottom: 2rem;
}
/*
ul.ws-ul-block li.no-icon:before {
    content: '\e90a';
    font-family: 'icomoon' !important;
    font-weight: bold;
    font-size: 3rem;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2f7ae3;
    padding-right: 10px;
    display: block;
    vertical-align: top;
}
*/
/* @media only screen and (min-width: 768px) {
    .ws-ul-block h3 {
        font-size: 22px;
    }
    .ws-ul-block a {
        font-size: 17px;
    }
} */
