.body0{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    background: linear-gradient(107.96deg, #040404 50.9%, #EE252A 108.89%);
    position: relative;
    padding: 120px 0;
}
.b0Back{
    width: 100%;
    height: 92%;
    max-height: 704px;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url("../../Images/Index/Body/back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}
.b0bImg{
    margin-right: 40px;
}
.b0Inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-top: 70px;
}
.b0iTexts{
    display: flex;
    flex-direction: column;
}
.b0itHeader{
    max-width: 700px;
    margin-bottom: 30px;
}
.b0itTitle{
    margin-bottom: 24px;
}
.b0itText{
    max-width: 470px;
    color: #827579;
    font-style: italic;
    margin-bottom: 58px;
    line-height: 24px;
}
.b0itButton{
    width: 266px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(115.69deg, #EE252A 33.76%, rgba(238, 37, 42, 0) 132.93%);
    border-radius: 100px;
    cursor: pointer;
}
.b0iImg{
    max-width: 330px;
}
@media screen and (max-width: 1200px){
    .body0{
        padding: 120px 0;
    }
    .b0Inner{
        /* min-height: 79vh; */
        flex-direction: column;
        margin-top: 45px;
        align-items: flex-start;
        align-items: center;
    }
    .b0iTexts{
        /* margin-top: 100px; */
    }
    .b0itHeader{
        max-width: 95%;
        font-size: 44px;
    }
    .b0itButton{
        width: 220px;
        height: 60px;
        font-size: 19px;
    }
    .b0iImg{
        margin-top: 30px;
        width: 320px;
        position: relative;
        /* top: -200px;
        left: 120px; */
        /* top: 200px; */
    }
}
@media screen and (max-width: 1000px){
    .body0{
        padding: 70px 0;
    }
    .b0itHeader{
        max-width: 100%;
        font-size: 42px;
        margin-bottom: 20px;
    }
    .b0itTitle{
        margin-bottom: 18px;
    }
    .b0itText{
        margin-bottom: 30px;
    }
    .b0iImg{
        width: 300px;
    }
}
@media screen and (max-width: 800px){
    .b0ody{
        min-height: 100vh;
        height: fit-content;
    }
    .b0Back{
        min-height: 100vh;
        height: fit-content;
    }
    .b0Inner{
        height: fit-content;
    }
    .b0iTexts{
        margin-top: 20px;
    }
}
@media screen and (max-width: 600px){
    .b0Inner{
        align-items: center;
    }
    .b0itHeader{
        font-size: 40px;
    }
}
@media screen and (max-width: 500px){
    .b0iImg{
        width: 270px;
    }
    .b0itHeader{
        font-size: 35px;
    }
}