.s-wim h2,
.s-certifications h2 {
    margin: 0 0 40px;
    text-align: center;
}

.s-wim ul,
.s-certifications ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 30px;
}

.s-wim ul li,
.s-certifications ul li {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    margin-bottom: 15px;
}

.s-wim ul li:before,
.s-certifications ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/themes/synoptic/layouts/images/icons/list-check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.s-certifications {
    background: #deecf5;
    padding: 1px 0;
    text-align: center;
}

.s-certifications ul {
    display: flex;
    flex-direction: column;
    width: auto;
    justify-content: center;
    align-items: center;
}
.s-certifications ul li {
    min-width: 180px;
    text-align: left;
}

.s-certifications a {
    color: var(--blue);
    word-wrap: break-word;
}

.s-certifications a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 4px;
}