.text-image2-n{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.text_image2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* margin-top: 160px; 
    margin-bottom: 130px; */
}

.text_image2 .text_image_container2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1088px;
    margin: 0px 20px;
}


.row-reverse{
    flex-direction: row-reverse !important;
}

.text_image2 .text_image_container2 .texts{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    margin-right: 30px;
}


.text_image2 .text_image_container2 .texts img{
    position: absolute;
    transform: translate(-2px, -136px);
}

.text_image2 .text_image_container2 .texts h1{
    font-family: 'Alright Sans Black';
    font-size: 34px;
    color: #BA0C2F;
    text-align: left;
    margin-bottom: 10px;
    line-height: 48px;
    /* width: fit-content; */
}

.text_image2 .text_image_container2 .texts p{
    font-family: 'Alright Sans Medium';
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 524px;
    line-height: 22px;
}

.text_image2 .text_image_container2 .image{
    display: flex;
    justify-content: end;
    align-items: start;
    width: 100%;
    max-width: 464px;
    align-items: center;
    flex-direction: column;
} 

.text_image2 .text_image_container2 .image .btn_text_image2_n{
    background-color: #d31145;
    color: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    margin-top: 15px;
}

.text_image2 .text_image_container2 .image img{
    width: 100%;
}

.text_image2 .text_image_container2 .texts.text-right_acf{
    max-width: 464px;
    padding-left: 40px;
}

/*.text_image2 .text_image_container2 .image.imagen-left_acf{
    max-width: 560px;
}*/

@media screen and (max-width: 768px){
    .text_image2 .text_image_container2{
        flex-direction: column-reverse !important;
    }

    .text_image2 .text_image_container2.row-reverse{
        justify-content: center;
    }

    .text_image2 .text_image_container2 .texts.text-right_acf{
        padding-left: 0px;
    } 
    .text_image2 .text_image_container2 .texts{
        margin-right: 0px;
        max-width: 464px;
        margin-top: 30px;
    }
    .text_image2 .text_image_container2 .texts h1{
        font-size: 26px;
    }
    
    .text_image2 .text_image_container2 .texts p{
        margin-bottom: 0px; 
    }
     
    .text_image2 .text_image_container2 .texts h1 br{
        display: none !important;
    }

    .text_image2 .text_image_container2 .texts img{
        transform: translate(-2px, -60px);
        height: 75%;
    }
}

@media screen and (max-width: 768px){
    .sideby-img-text .flex .item {
        margin-right: 0px;
    }
}