@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');*{margin:0;padding:0;box-sizing:border-box}
.thankyou_wrapper{padding:80px 0 100px;display:flex;align-items:center;justify-content:center;background:url("../../../../content/dam/balic-web/images/thank-you-bg.png") no-repeat;background-size:cover;background-position:0 20px}
.ty_heading{font-family:Rubik;font-weight:500;font-size:56px;line-height:66.36px;margin-bottom:12px;color:#0072bc}
.ty_subheading{font-family:Rubik;font-weight:300;font-size:16px;line-height:24px;letter-spacing:3%;color:#4f4f4f}
.thankyou_wrapper>div:first-of-type{width:40%}
.thankyou_wrapper>div:last-of-type{width:42%}
.thankyou_wrapper>div:first-of-type img{width:85%;max-width:100%}
@media(max-width:767px){.thankyou_wrapper{padding:50px 0 100px;background-position:-175px 35px;flex-direction:column;text-align:center}
.ty_heading{font-size:51px;line-height:61.36px}
.thankyou_wrapper>div:first-of-type img{width:76%;max-width:100%;margin-bottom:30px}
.thankyou_wrapper>div{width:100% !important}
}