/* .Thank_you_sec {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Thank_you_sec .inner_sec {
    text-align: center;
    margin-top: 30px;
}

.Thank_you_sec .link_text {
    text-align: center;
    margin-top: 20px;
}

.Thank_you_sec .link_text a {
    color: #000;
} */

.Thank_you_sec{
    padding: 10px;
}