.graphic-seperator::before {
    content: url(../../images/seperator.svg);
}

.stylized-container {
    box-shadow: 0 24px 32px rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.edufin .container {
    position: relative;
    background-color: #fff;
    padding: 0 6rem;
    margin-bottom: 8rem;
}

.edufin .container::before {
    content: url(../../images/edufin-background.svg);
    position: absolute;
    bottom: -70px;
    left: -80px;
    z-index: -1;
}

.edufin .items {
    display: flex;
}

.edufin .items .item {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.edufin .items .item .content {
    padding: 0 4rem;
    flex-grow: 1;
}

.edufin .items .item:not(:last-child) .content {
    border-right: 1px solid #248700;
    margin-left: 1px;
}

.edufin .items .item .content h4 {
    margin-top: 1rem;
}

.edufin .items .item .content p {
    font-size: 16px;
    line-height: 28px;
    color: #919191;
    margin: 0;
}

.edufin .item .image {
    background: 0 0;
    max-width: 200px;
    height: 74px;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .edufin .items {
        flex-direction: column;
    }

    .edufin .items .item:not(:last-child) .content {
        border: none;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .edufin {
        padding: 12px;
    }

    .edufin .container {
        padding: 0 3rem;
    }

    .edufin .container::before {
        left: -115px;
    }

    .edufin .items .item .content {
        padding: 0;
    }
}

.team-slider {
    padding-bottom: 100px;
    margin-bottom: 6rem;
}

.team-slider .row {
    padding: 0 110px;
}

.team-slider .container {
    position: relative;
    background-color: #fff;
}

.team-slider .container::before {
    content: url(../../images/team-bg.svg);
    z-index: -1;
    position: absolute;
    top: -360px;
    left: -151px;
}

.team-slider .team-slider-top {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.team-slider .team-slider-top h2 {
    margin-bottom: 1.5rem;
}

.team-slider .teams-slider {
    padding-bottom: 40px;
}

.team-slider .member {
    border-radius: 16px;
    margin-bottom: -76px;
}

.team-slider .member img {
    object-fit: cover;
    height: 248px;
}

.team-slider .member-content {
    height: 312px;
    position: relative;
    top: -76px;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 24px;
    border-bottom: 4px solid #248700;
}

.team-slider .member-content .name {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Space Grotesk', sans-serif;
}

.team-slider .member-content .subtext {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
}

.team-slider .member-content .description {
    font-size: 16px;
    line-height: 28px;
}

.team-slider .owl-nav {
    position: absolute;
    bottom: -85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#teams-slider-counter {
    font-size: 18px;
    margin: 0 16px;
}

@media (max-width: 560px) {
    .team-slider .row {
        padding: 0 7px;
    }

    .team-slider {
        margin: 0 12px;
    }
}