.btn-thanks {
width: 425px;
height: 64px;
background: #62BD81;
border-radius: 4px;
font-size: 24px;
}

.title-register-form {
font-size: 40px;
}

@media (max-width: 640px) {
.title-register-form {
font-size: 28px;
}
}