.home-text-image {
    padding: 80px 0 84px;
    background: rgb(13, 13, 13);
    background: linear-gradient(0deg, rgba(13, 13, 13, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.home-text-image-content{
    padding: 0 22px;
}

.home-text-image-content h4 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #BABABA;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 0;
}

.home-text-image-content h4:before {
    content: '\e90b';
    font-family: 'calhoun-super-icon';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 85px;
    font-weight: normal;
    color: #ED1C24;
    line-height: 0.1em;
}

.home-text-image-content h2 {
    text-transform: uppercase;
    padding-top: 5px;
}

.home-text-image-content h2:before {
    display: none;
}

.home-text-image a.btn {
    background-color: #fff;
    color: #9D000A;
}

.home-text-image-info {
    padding: 25px 37px;
    border-radius: 20px;
    border: 2px solid rgba(250,250,250,0.3);
    margin: 30px 0;
}

.home-text-image-info-content a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
    border-bottom: none;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    line-height: 1.333em;
    background: transparent;
}


.home-text-image-info-content a:after {
    content: '\e904';
    font-family: 'calhoun-super-icon';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    font-weight: normal;
    transition: all ease-in-out 0.3s;
}

.home-text-image-info-image {
    max-width: 211px;
    margin: 0 auto 10px;
}

.home-text-image-info-image img {
    width: 100%;
    height: auto;
}

.home-text-image-right {
    position: relative;
    padding: 250px 0 0;
}

.home-text-image-main {
    width: calc(100% - 94px);
    height: calc(100% - 270px);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.text-image-client-box {
    position: relative;
    margin: 0 22px;
    padding: 77px 39px 30px 33px;
    border-radius: 20px;
    background-color: #670007;
    color: #fff;
}

.text-image-client-box p {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}

.text-image-client-box:after {
    content: "\e915";
    font-family: 'calhoun-super-icon';
    position: absolute;
    top: 9px;
    left: 30px;
    font-size: 50px;
    opacity: 0.5;
    color: #E4212E;
}

.text-image-client-box h3 {
    font-size: 16px;
    color: #FAFAFA;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-bottom: 0;
}


@media(min-width: 768px) {
    .text-image-client-box {
        margin: 0 52px;
        padding: 25px 31px 31px 101px;
    }

    .text-image-client-box p {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 10px;
        line-height: 1.5em;
    }

    .text-image-client-box h3 {
        font-size: 18px;
    }

    .home-text-image-main {
        width: calc(100% - 79px);
        height: calc(100% - 104px);
    }

    .home-text-image-right {
        padding: 195px 0 0;
    }

    .home-text-image-content {
        padding: 0 52px;
    }

    .home-text-image-info {
        padding: 26px 52px;
        border-radius: 0 20px 20px 0;
        margin: 30px 0 50px -52px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-left: 0;
    }

    .home-text-image-info-content {
        width: calc(100% - 211px);
        padding-left: 20px;
    }
    
    .home-text-image-info-content a:after {
        font-size: 18px;
    }

    .home-text-image-info-content a {
        padding-right: 29px;
    }

    .home-text-image-info-image {
        margin: 0;
    }

    .home-text-image-content h4 {
        font-size: 18px;
        padding-top: 15px;
    }

    .home-text-image-content h4:before {
        font-size: 50px;
    }
    
    .home-text-image {
        padding: 100px 0 112px;
        background: linear-gradient(144deg, rgba(13, 13, 13, 1) 0%, rgba(26, 26, 26, 1) 55%, rgba(0, 0, 0, 1) 100%);
    }
}


@media(min-width: 1200px) {
    .home-text-image-content {
        padding: 0 16px 0 0;
        width: 50%;
    }

    .home-text-image-content-wrapper {
        padding: 0 0 0 65px;
    }

    .home-text-image-info {
        padding: 26px 52px 26px 130px;
        margin: 50px 0 0 -65px;
    }

    .home-text-image-main {
        width: calc(100% - 57px);
        height: 100%;
    }

    .text-image-client-box {
        margin: 0 0 0 16px;
        padding: 26px 40px 30px 86px;
        border-radius: 20px 0 0 20px;
    }

    .home-text-image-right {
        width: 50%;
        padding: 0;
        display: flex;
        align-items: self-end;
    }

    .text-image-client-box:after {
        left: 21px;
        font-size: 50px;
        top: 3px;
    }

    .text-image-client-box p {
        font-size: 18px;
        margin: 0 0 12px;
        line-height: 1.636em;
    }

    .text-image-client-box h3 {
        font-size: 18px;
    }

    .home-text-image-info-content a {
        font-size: 20px;
    }

    .home-text-image-info-content {
        padding-left: 35px;
    }

    .home-text-image {
        display: flex;
        padding: 150px 0 172px;
    }

    .home-text-image-content h4 {
        font-size: 22px;
    }

    .home-text-image a.btn:hover {
        background-color: #9D000A;
        color: #fff;
        background-image: none;
    }
}

@media (min-width: 1500px) {
    .text-image-client-box p,
    .text-image-client-box h3 {
        font-size: 22px;
    }

    .text-image-client-box:after {
        left: 21px;
        font-size: 65px;
        top: 3px;
    }

    .text-image-client-box {
        padding: 26px 64px 30px 107px;
    }
}

@media(min-width: 1600px) {
    .home-text-image {
        padding: 200px 0 232px;
    }

    .home-text-image-content {
        padding: 0 135px 0 0;
    }

    .home-text-image-info-content a {
        font-size: 28px;
        padding-right: 0;
    }

    .home-text-image-info-image {
        max-width: 272px;
    }
    
    .home-text-image-info-content {
        width: calc(100% - 272px);
    }

    .home-text-image-info-content a:after {
        font-size: 26px;
        right: -40px;
    }

    .text-image-client-box {
        margin: 0 0 0 16px;
        padding: 29px 37px 29px 164px;
    }

    .text-image-client-box:after {
        left: 66px;
        top: 10px;
    }

    .read-more__content {
        -webkit-line-clamp: 4;
    }

    .home-text-image-main {
        width: calc(100% - 96px);
    }

    .home-text-image-info-content a:hover {
        color: #E4212E;
    }

    .home-text-image-info {
        padding: 40px 51px 43px 124px;
    }
}

/* .home-text-image .read-more__content:not(.is-expanded) .read-more__wrapper,
.home-text-image .read-more__content:not(.is-expanded) .read-more__wrapper > * {
    display: inline;
}

.home-text-image .read-more__content.is-expanded .read-more__wrapper > p:last-child,
.home-text-image .read-more__content:not(.is-expanded) .read-more__wrapper .expand {
    display: inline;
} */