.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.half-and-half-image,
.half-and-half-text {
    position: relative;
    flex: 0 0 100%;
}

.half-and-half-image {
    height: 290px;
}

.half-and-half-image img.object-fit--contain {
    padding: 10px;
}

.half-and-half-text {
    padding: 30px 22px 90px;
}

.half-and-half-text.right {
    margin-right: auto;
}

.half-and-half-text.left {
    margin-left: auto;
}


.half-and-half-text__wrapper ul {
    padding-left: 0;
    padding-bottom: 30px;
}

.half-and-half-text__wrapper ul li {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #3D3E3F;
    font-family: var(--font-poppins);
    font-weight: normal;
    letter-spacing: -0.03em;
    padding: 0;
    margin-bottom: 24px;
}

.half-and-half-text__wrapper ul li:last-child {
    margin-bottom: 0;
}

.half-and-half-text__wrapper ul li::before {
    background: #9EB28F;
    border-radius: 50%;
    content: "\e903";
    color: #1E0413;
    font-family: 'icomoon';
    font-size: 23px;
    font-weight: normal;
    height: 30px;
    display: inline-flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    text-indent: 14px;
    width: 30px;
}

.wolf-leadership img.object-fit--contain {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.wolf-leadership .half-and-half-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wolf-leadership .half-and-half-image > img.object-top {
    -o-object-position: top;
       object-position: top;
}

.wolf-leadership.half-and-half .container {
    display: flex;
    flex-wrap: wrap;
}

.wolf-leadership.half-and-half .container.image-block-left .half-and-half-text__wrapper {
    padding-left: 0;
}

.wolf-leadership.half-and-half .container.image-block-right .half-and-half-text__wrapper {
    padding-right: 0;
}

@media( max-width : 767px ) {
    .half-and-half-image {
        height: 330px!important;
    }

    .half-and-half-image img {
        width: 100%!important;
        height: 100%!important;
    }
}


@media (min-width: 768px) {
    .half-and-half-image {
        height: 568px;
    }
    .half-and-half-text {
        padding: 40px 52px 65px;
    }
}

@media (min-width: 1200px) {
    .half-and-half-image,
    .half-and-half-text {
        position: relative;
        flex: 0 0 50%;
    }
    .half-and-half-image {
        height: auto;
    }
    .half-and-half-text {
        padding: 80px 0;
    }
    .half-and-half-image img {
        position: absolute;
    }
    .flex-opposite {
        flex-direction: row-reverse;
    }
    .half-and-half-text__wrapper {
        max-width: 734px;
        padding: 0 50px;
    }
    .half-and-half-text.left .half-and-half-text__wrapper {
        float: right;
    }

    .half-and-half-text__wrapper ul li {
        font-size: 16px;
        margin: 10px 0 30px;
    }
    .half-and-half-text__wrapper ul li:last-child {
        margin-bottom: 15px;
    }
    .half-and-half-text__wrapper ul li::before {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }
}

@media (min-width: 1600px) {
    .half-and-half-text {
        padding: 90px 0 90px;
    }
    .half-and-half-text__wrapper {
        max-width: 828px;
		margin: 0 auto;
    }
    .half-and-half-text.left .half-and-half-text__wrapper {
        max-width: 864px;
        padding: 0 130px 0 0;
    }
}

@media (max-width: 769px) {
    .wolf-leadership img.object-fit--contain {
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    .wolf-leadership .half-and-half-image {
        height: auto !important;
    }
}