.full_layout {
    text-align: center;
    margin-top:5%;
}
.company_logo {
    margin-bottom : 25px;   
}
.company_logo img {
    width: 230px;
}
.thanks {
    margin-bottom: 20px;
}
.thanks h1 {
    font-size: 70px;
    font-weight : 700;
}
.tick_symbol {
    margin-bottom: 20px;
}
.tick_symbol img {
    width: 150px;
}
.message_content {
    margin-bottom:20px;
}
.message_content h3 {
    font-size:25px;
    color:#555;
    font-weight : 600;
}
.respond h5 {
    font-size: 25px;
    color:#888;
    font-weight : 600;
}