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

.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-family: "HDUAlrightSans-Black", Verdana;*/
    font-size: 34px;
    color: #BA0C2F;
    text-align: left;
    margin-bottom: 16px;
    line-height: 48px;
    /* width: fit-content; */
}

.text_image2 .text_image_container2 .texts p{
    /*font-family: 'Alright Sans Medium';*/
    /*font-family: "Alright Sans", Verdana, sans-serif;*/
    /*font-family: "HDUAlrightSans-Regular", Verdana;*/
    color: #212F37;
    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{
        margin-top: 20px !important;
        margin-bottom: 70px !important;
    }

    .text_image2 .text_image_container2{
        justify-content: center !important;
        margin: 0px 4px !important;
    }

    .text_image2 .text_image_container2.row-reverse{
        justify-content: center;
        flex-direction: column !important;
        padding: 0 10px;
    }

    .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;
        line-height: 34px !important;
    }
    
    .text_image2 .text_image_container2 .texts p{
        margin-bottom: 20px;
        font-size: 14px;
    }
     
    .text_image2 .text_image_container2 .texts h1 br{
        display: none !important;
    }

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

@media screen and (max-width: 768px){
    .text-image2-n{
        margin-top: 0 !important;
    }
    .text_image2 .text_image_container2 .texts img.img-right{    
        right: 0;
        margin-top: 30px;
        margin-right: 8px;
        width: 100% !important;
        height:auto !important;
        max-width:126px !important;
    }
}

@media screen and (max-width: 460px){
    /* .sideby-img-text .flex .item {
        margin-right: 0px;
    } */
    .text_image2 .text_image_container2 .texts img.img-right{    
        
        width: 100% !important;
        height:auto !important;
        max-width:126px !important;
    }
}

@media screen and (max-width: 360px){
    /* .sideby-img-text .flex .item {
        margin-right: 0px;
    } */
    .text_image2 .text_image_container2 .texts img.img-right{    
        
        width: 100% !important;
        height:auto !important;
        max-width:126px !important;
    }
}


