.left-image-right-text-image {
    height: 260px;
    clip-path: polygon(0 0, 90% 0, 100% 8%, 100% 100%, 11% 100%, 0 91%);
}

.left-image-right-text-content {
    padding: 32px 0 60px;
    padding-bottom: 0;
}

.left-image-right-text-content h2 {
    padding-bottom: 35px;
}

.left-image-right-text-button {
    text-align: center;
}

.left-image-right-text-content p {
    padding-bottom: 40px;
}
.left-image-right-text-content p:last-child {
    padding-bottom: 0;

}

.left-image-right-text-content h2 {
    padding-bottom: 35px;
}
.left-image-right-text-image > img {
    object-fit: cover;
}

@media(max-width:1024px){
    .left-image-right-text.bg-white:has(+ .left-image-right-text.bg-white ),
    .left-image-right-text.bg-white:has(+ .home-half-and-half ) {
        padding-bottom: 0;
    }
    .left-image-right-text.bg-white + .home-half-and-half .home-half-and-half-text{
        padding-top: 0;
    }

}
@media(min-width: 768px) {

    .left-image-right-text-image {
        height: 335px;
    }
   

    .left-image-right-text-content h2 {
        padding-bottom: 35px;
        /* font-size: 38px; */
    }

    .left-image-right-text-content h4 {
        padding: 0 0 15px;
    }
    
}


@media(min-width: 1200px) {

    .left-image-right-text {
        padding-bottom: 100px;
    }

    .left-image-right-text-image {
        height: auto;
    }
    

    .left-image-right-text-content {
        padding: 0 0 0 55px;
    }

    .left-image-right-text-button {
        text-align: left;
    }

    .left-image-right-text .row {
        align-items: center;
    }

    .image-right .row {
        flex-direction: row-reverse;
    }

    .image-right .left-image-right-text-content {
        padding: 0 55px 0 0;
    }
}

