#home-who {
    padding: 80px 0;
}

.sh_home_who_wrapper {
    width: 1162px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.sh_home_who_wrapper .hw-desc + p{
    margin-bottom: 0 !important;
}

#home-who .lined-section-title span {
    padding: 0;
    background: #fbfbfb;
}

#home-who .lined-section-title:before {
    content: none !important;
    border-color: #E7EAF1;
}

.hw-desc {
    margin-bottom: 40px;
}

.hw-desc>p {
    margin-bottom: 24px;
}

.hw-desc>p:last-child {
    margin-bottom: 0px;
}

.hw-desc>h3 {
    font-size: 24px;
}

@media print,
screen and (min-width: 64em) {
    #home-who .lined-section-title span {
        padding: 0;
        padding: 0 20px;
    }

    #home-who .lined-section-title:before {
        content: '' !important;
        border-color: #E7EAF1;
    }

    .hw-desc {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 78.125em) {
    .hw-desc {
        margin-bottom: 40px;
    }
}

.hw-desc>*:last-child {
    margin-bottom: 0;
}


.icons-large-list {
    list-style-type: none;
    margin: 0;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-who-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.home-who-header p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.home-who-header-title {
    color: #2D2C4E;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 124%;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.home-who-header-btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #77768C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.home-who-header-btn:hover {
    color: #77768C;
}

.home-who-header-btn:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiNGMkYyRjQiLz4KPHBhdGggZD0iTTguNSAxNEwxMi41IDEwTDguNSA2IiBzdHJva2U9IiMyRDJDNEUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media print,
screen and (min-width: 40em) {
    .icons-large-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media print,
screen and (min-width: 64em) {
    .icons-large-list {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 40px;
    }
}

.icons-large-list li {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print,
screen and (min-width: 40em) {
    .icons-large-list li {
        padding: 0 15px;
    }
}

@media print,
screen and (min-width: 64em) {
    .icons-large-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 150px;
    }
}


.ill-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 3px solid #F0EFF8;
    border-radius: 100%;
    margin-right: 24px;
}

@media print,
screen and (min-width: 64em) {
    .ill-icon {
        margin: 0 0 24px 0;
        width: 120px;
        height: 120px;
        border-width: 5px;
    }
}

.ill-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

@media print,
screen and (min-width: 64em) {
    .ill-text {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}


.lined-section-title {
    text-align: center;
    position: relative;
    z-index: 1;
}

.lined-section-title span {
    background: #F6F7F9;
    padding: 0 32px;
    z-index: 2;
}

.lined-section-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 2px solid rgba(151, 151, 178, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

#home-who .authors-slider-wrapper {
    padding-bottom: 0;
}

#home-who .authors-slider-wrapper {
    margin-bottom: 0 !important;
}

#home-who .text-section {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .home-who-header-btn {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    #home-who {
        position: relative;
        padding: 32px 0;
    }

    .home-who-header-title {
        font-size: 28px;
        font-style: italic;
        font-weight: 800;
        line-height: 124%;
        text-transform: uppercase;
    }
}