.alt-iconlist ul ul em {
    font-weight: bold;
    font-style: normal;
}

.alt-iconlist h3 {
    margin-bottom: 25px;
}

.intro-quote blockquote {
    margin: 0;
}

.alt-iconlist > ul li strong {
    display: block;
    font-size: 20px;
    position: relative;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.medical-list > ul li:nth-child(1) strong:before {
    content: '\f0fa';
}

.medical-list > ul li:nth-child(2) strong:before {
    content: '\f2b5';
}

.medical-list > ul li:nth-child(3) strong:before {
    content: '\f15c';
}

.trust-list > ul li:nth-child(1) strong:before {
    content: '\f0e3';
}

.trust-list > ul li:nth-child(3) strong:before {
    content: '\f0ec';
}

.trust-list > ul li:nth-child(4) strong:before {
    content: '\f023';
}