.stat-image-text__border {
    position: relative;
    padding-left: 32px;
}

.stat-image-text__image {
    height: 345px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.stat-image-text--contain .stat-image-text__image {
    height: auto;
}

.stat-image-text__image img {
}

.stat-image-text__text {
    padding-top: 32px;
}

.fx-untruncated .read-more__content .mobile-link  {
    display: none;
}

.read-more-link {
    display: none;
}

.fx-untruncated .read-more-link {
    display: block;
    margin-bottom: 15px;
}

.stat-image-text__info {
    padding-top: 64px;
    row-gap: 32px;
}

.stat-image-text__count h3 {
    color: var(--orange);
    font-size: 76px;
    font-weight: 400;
    line-height: 1.18421em;
    margin-bottom: 0;
}

.stat-image-text__count p {
    font-size: 20px;
    line-height: 1.5em;
}

.video-bttn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--black-50);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    color: var(--white);
}

.video-bttn__flex {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 32px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.video-bttn svg {
    transition: all .3s;
    width: 53px;
    height: auto;
}

.stat-image-text--contain .stat-image-text__image img {
    height: 300px;
    width: auto;
}

@media (min-width: 768px) {
    
    .stat-image-text__image {
        height: 633px;
        max-width: 549px;
    }

    .stat-image-text--contain .stat-image-text__image {
        max-width: 100%;
        height: 100%;
    }

    .mobile-link  {
        display: none;
    }

    .read-more-link {
        display: block;
    }

    .stat-image-text__text {
        padding-right: 24px;
    }

}


@media (min-width: 1200px) {
    .stat-image-text__border {
        padding-left: 0;
    }

    .stat-image-text__image {
        height: 100%;
        position: relative;
        margin-left: 32px;
    }

    .stat-image-text__image img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .stat-image-text--contain .stat-image-text__image img {
        object-fit: contain;
        object-position: center;
        height: 100%;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .stat-image-text__text {
        padding-top: 64px;
        padding-right: 9px;
    }

    .flex-opposite .stat-image-text__text {
        margin-left: 0;
        padding-left: 32px;
    }

    .video-bttn {
        letter-spacing: 0.1em;
    }

    .video-bttn span {
        font-weight: 400;
    }

    .video-bttn:hover {
        color: var(--orange);
    }

    .video-bttn:hover svg {
        transform: scale(1.1);
    }

}