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

.text_image1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.text_image1 .text_image_container1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1136px;
}

.text_image1 .text_image_container1 .texts{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
}

.text_image1 .text_image_container1 .texts h1{
    font-family: 'Alright Sans Ultra';
    font-size: 48px;
    color: #D31145;
    text-align: left;
    margin-bottom: 20px;
}

.text_image1 .text_image_container1 .texts p{
    font-family: 'Alright Sans Regular';
    color: #000000;
    text-align: left;
}

.text_image1 .text_image_container1 .texts #text1{
    font-size: 14px;
    margin-bottom: 0px;
}

.text_image1 .text_image_container1 .texts #text2{
    font-size: 16px;
}

.text_image1 .text_image_container1 .image{
    display: flex;
    justify-content: end;
    align-items: start;
    width: 100%;
    max-width: 576px;
}

.text_image1 .text_image_container1 .image img{
    width: 100%;
    max-width: 464px;
}