.form-message {
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
display: none;
&__icon {
display: flex;
justify-content: center;
margin-bottom: 4rem;
}
&__title {
margin-bottom: 1.5rem;
}
&__text {
margin-bottom: 3.5rem;
}
}