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

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

.banner7_p .text_banner7{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-height: 380px;
    padding: 75px;
    background: transparent linear-gradient(112deg, rgba(246, 139, 31, 1) 0%, rgba(222, 24, 37, 1) 30%, rgba(139, 0, 39, 1) 100%) 0% 0% no-repeat padding-box;
}

.banner7_p .text_banner7 .texts{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.banner7_p .text_banner7 .texts h1{
    font-size: 24px;
    font-family: 'Alright Sans Ultra';
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.banner7_p .text_banner7 .texts p{
    font-size: 16px;
    font-family: 'Alright Sans Regular';
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

.banner7_p .text_banner7 .texts a{
    width: 176px;
    height: 42px;
    background: #fff;
    font-size: 14px;
    font-family: 'Alright Sans Ultra';
    text-align: center;
    color: #D31145;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner7_p .banner7_image{
    display: flex;
    width: 50%;
    height: 100%;
}

.banner7_p .banner7_image img{
    width: 100%;
    object-fit: cover;
}