/* ClassPartnerPortal */
:root {
    --primary-color: #4739e7;
    --img-accent-color: #edecfdff;
}
body .forceCommunityThemeHeroBase .contentTitle {
    font-size: 29px;
    font-weight: 600;
}
body .forceCommunityThemeHeroBase .contentCaption {
    font-size: 46px;
    font-weight: 600;
}

body .forceCommunityThemeNav .mainNavItem {
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
}

.comm-user-profile-menu__trigger-p[community_user-userProfileMenu_userProfileMenu] {
    font-weight: 600;
}

.img-about {
    width: 100%;
    position: relative;
}

.img-about img {
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.img-about:after {
    background: var(--img-accent-color);
    content: "";
    z-index: 1;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 16px;
}

body p {
    font-weight: 300;
}
.cont-about {
    margin: 50px 0 0 0;
    font-size: 18px;
}
.class-purple {
    color: var(--primary-color);
}