.chisiamo {
    font-family: Raleway;
}

.chisiamo .page-title-section {

}

.chisiamo .page-title-section .page-title {
    margin-bottom: 32px;
    text-align: center;
}

.chisiamo .page-title-section .page-sub-title {
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 16px;
}

.chisiamo .page-title-section .page-description {
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text_boxes {
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 48px;
}

.text_boxes .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 16px;
}

.text_boxes .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.text_boxes .content p:last-of-type {
    margin-bottom: 0;
}

.text_boxes .boxes {

}

.text_boxes .boxes .box {
    padding: 12px;
    border-radius: 5px;
    background: #F6F8FE;
    margin-bottom: 8px;
}

.text_boxes .boxes .box .box-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

.text_boxes .boxes .box .box-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.text_boxes .boxes .box .box-content p:last-of-type {
    margin-bottom: 0;
}

.case {

}

.case > .title {
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 32px;
}

.case .achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 36px;
}

.case .achievements .achievement {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    width: calc(50% - 6px);
}

.case .achievements .achievement .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    background-color: var(--J-Blue-2);
    border-radius: 7px;
    padding: 0 8px;
}

.case .achievements .achievement .icon svg {
    max-width: 100%;
}

.case .achievements .achievement .achievement-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.case .achievements .achievement .achievement-content {

}

.case .description {
    margin-bottom: 48px;
}

.case .description .image {
    margin-bottom: 32px;
}

.case .description .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 16px;
}

.case .description .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.revo {
    padding: 24px 16px;
    background-color: #fff;
    margin-bottom: 48px;
}

.revo .image {
    padding: 24px;
    margin-bottom: 32px;
}

.revo .image img {

}

.revo .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.revo .content .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 16px;
}

.revo .content .sub_title {
    margin-bottom: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.revo .content .description {

}

.revo .content .description .text {
    margin-bottom: 32px;
}

.revo .content .description .icon_wrap {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.revo .content .description .icons .icon {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.revo .content .description .icons .icon svg {
    padding: 8px;
    background-color: var(--J-Blue-2);
    border-radius: 5px;
    margin-right: 12px;
}

.revo .content .description .icons .icon .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: var(--J-Blue-2);
    margin-bottom: 0;
}


.team_wrap .col-12 {
    padding: 0;
}

.team {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.team .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 0 16px;
}

.team .description {
    margin-bottom: 32px;
    padding: 0 16px;
}

.team .team-members {
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 60px;
}

.team .team-members .swiper-pagination {
    bottom: 0;
}

.team .team-members .swiper-wrapper {

}

.team .team-members .team-member {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
}

.team .team-members .team-member.swiper-slide-active {
    margin-left: 16px;
}

.team .team-members .member-image {
    margin-bottom: 16px;
    padding: 0 16px;

}

.team .team-members .member-image img {
    border-radius: 120px;
}

.team .team-members .member-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 8px;
}

.team .team-members .member-position {

}

.text_and_link {
    text-align: center;
    padding: 24px 16px 14px;
    background-color: #fff;
    margin-bottom: 48px;
}

.text_and_link .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
}

.text_and_link .description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.text_and_link a {
    border-radius: 30px;
    display: inline-block;
    background-color: var(--J-Blue);
    padding: 12px 32px;
    border: none;
    font-size: 16px;
    line-height: normal;
}




@media (min-width: 992px) {
    .chisiamo .page-title-section {
        margin-bottom: 80px;
    }

    .chisiamo .page-title-section .page-title {
        font-size: 60px;
        margin-bottom: 56px;
    }

    .chisiamo .page-title-section .page-sub-title {
        font-size: 32px;
        font-weight: 900;
        line-height: normal;
    }

    .chisiamo .page-title-section .page-description {
        font-size: 20px;

    }

    .text_boxes {
        margin-bottom: 80px;
    }

    .text_boxes .text {
        padding: 32px 0 0px 60px;
    }

    .text_boxes .title {
        font-size: 28px;
    }

    .case > .title {
        font-size: 48px;
        line-height: normal;
        max-width: 780px;
        margin: 0 auto 80px;
    }

    .case .achievements {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 80px;
    }

    .case .achievements .achievement {
        padding: 32px;
        background-color: #fff;
        border-radius: 0;
        width: 25%;
    }

    .case .achievements .achievement .achievement-title {
        font-size: 24px;
    }

    .case .achievements .achievement .achievement-content {
        line-height: normal;
    }


    .case .description .order-lg-1 {
        padding: 0 80px 0 0;
    }

    .case .description .title {
        line-height: normal;
    }

    .revo {
        padding: 56px 64px 32px 32px;
        margin-bottom: 80px;
    }

    .revo .image {
        padding: 0 24px 0 0;
    }

    .revo .image img {
    }

    .revo .content {
        padding-right: 24px;
    }

    .revo .content .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 32px;
    }

    .revo .content .sub_title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .revo .content .description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .revo .content .description .text {
    }

    .revo .content .description .icon_wrap {
    }

    .revo .content .description .icons {
        max-width: 375px;
    }

    .team {
position: relative;
        margin-bottom: 80px;
    }

    .team .title {
        max-width: 875px;
        margin: 0 auto 16px;
        font-size: 28px;
        font-style: normal;
        line-height: normal;
    }

    .team .description {
        max-width: 875px;
        margin: 0 auto 48px;
    }

    .team .team-members {
        padding-bottom: 80px;
    }

    .team .team-members .swiper-pagination {
        position: absolute;
        width: auto;
    }
    .team .add-on-feature-list-controls{
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateY(calc(50% - 12px));
    }

    .team .team-members .team-member.swiper-slide-active {
        margin-left: 0;
    }

    .team .team-members .member-image {
        padding: 0 32px;
    }

    .team .team-members .member-image img {
    }

    .text_and_link {
        padding: 24px 80px 32px;
    }

    .text_and_link .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 8px;
    }

    .text_and_link .description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 24px;
    }

    .text_and_link a {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}