.thank-you-entire-page{
background-image: url(/sites/default/files/2025-07/background-ty.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   min-height:340px;
}
.thank-you-container{
max-width: 1200px;
    width: 80%;
    margin: auto;
    padding: 50px 0;
    display: flex;
    text-align: center;
    color: #fff;
        hyphens: none;
}
.thank-you-content1,
.thank-you-content2{
width:50%;
}
.thank-you-content2{
border-left: 1px solid;
}
.thank-you-content1 h2{
color:#fff;
font-size:64px;
line-height:1.2;
}
.thank-you-content1 p{
line-height:1.5;
font-size:18px;
    margin-block: 0;
}
@media (max-width: 780px){
.thank-you-container{
flex-direction:column
}
.thank-you-content2{
border-left:none;
}
}
@media (max-width: 468px){
.thank-you-content1 h2{
font-size:36px;
}
}