.box-right {
    padding: 25px 50px 95px 75px;
}

.box-right-margin-top {
    margin-top: -95px;
}

.box-right-2 {
    padding: 100px 0 150px 75px;
}

.box-right-2-img {
    width: 410px;
    height: 50%;
    object-fit: contain;
    position: absolute;
    left: -75px;
    top: 50px;
}

.team {
    position: absolute;
    bottom: 40px;
}

.box-right-2-img-team {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
}

.card-block-content {
    box-shadow: 1px 1px 4px 0#b3b3ba;
    padding: 20px !important;
}

@media screen and (max-width: 575px) {
    .box-right {
        padding: 25px 25px 50px 25px;
    }

    .box-right-margin-top {
        margin-top: -45px;
    }

    .box-right-2 {
        padding: 50px 0 150px 0;
    }

    .team {
        bottom: 45px;
    }
}