.box-container{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
}

.box-person{
    display: flex;
    align-items: center;
    padding: 19px 20px;
    background: #1E2939;
    margin-right: 20px;
    border-radius: 10px;
    min-height: 200px;
    @media (max-width: 767px) {
        // margin-right: 0;
    }
}

.person-image{
    margin-right: 20px;
}

.swiper-wrapper{
    height: auto !important;
}

.swiper-slide{
    width: 570px;
    @media (max-width: 1024px) {
        width: auto;
    }
    @media (max-width: 767px) {
        width: 100%;
    }
}

.swiper
{
    overflow: visible !important;
}

.certificate{
    border-bottom: solid 1px #ffffff30;
    padding: 6px 0px;
}
.box-content .title{
    margin-top: 10px;
    color: #99A1AF;
}

.box-content .company{
    color: #99A1AF;
}