.thankyou_section{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #E4F2FF;
}
.thankyou_container{
    display: flex;
    max-width: 900px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    margin: 0px auto;
    gap: 45px;
}
.vss_head_h2 {
    color: #030122;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
}
.vss_head_h2:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 6px;
    border-radius: 1px;
    background: #16A2B9;
    left: calc(50% - 17px);
    top: -15px;
}
.thankyou_svg{
    display: flex;
    padding: 9px;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
    background: #030122;
}
.thankyou_svg svg{
    width: 60px;
    height: 60px;
}
.thankyou_para p{
    color: #030122;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0px;
}
.thankyou_dtl p{
    color: #150546;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0px;
}