.advisory-hub-article-what-we-do {
    padding: 72px 0 40px;
    background-color: #EEF4FB;
}

.advisory-hub-article-what-we-do .inner {
    display: flex;
    justify-content: space-between;
}

.advisory-hub-article-what-we-do-list-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.advisory-hub-article-what-we-do-title {
    width: 310px;
    height: 24px;
    font-family: 'Instrument Serif';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #6C92C8;
}

.advisory-hub-article-what-we-do-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advisory-hub-article-what-we-do-item-title {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3334;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 2px;
}

.advisory-hub-article-what-we-do-item-text {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: rgba(0, 0, 0, 0.85);
}

.advisory-hub-article-what-we-do-link {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 92px;
}

.advisory-hub-article-what-we-do-link a {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    text-decoration-line: underline;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: rgba(0, 0, 0, 0.85);

}

.advisory-hub-article-what-we-do-content {
    max-width: 777px;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
}

.advisory-hub-article-what-we-do-content-title {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
    line-height: .975;
    letter-spacing: 0.015em;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #000000;
}

.advisory-hub-article-what-we-do-content-title i {
    font-family: 'Instrument Serif';
    font-style: italic;
}

.advisory-hub-article-what-we-do-content-text {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.905;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 768px) {
    .advisory-hub-article-what-we-do .inner {
        flex-direction: column;
        gap: 40px;
    }

    .advisory-hub-article-what-we-do-link {
        margin-top: 0;
    }
}