.callback{
padding: 20px 0;
&__header{
font-size: em(22);
line-height: 30px;
font-weight: 600;
text-align: center;
}
&__subheader{
font-size: 18px;
font-weight: 400;
line-height: 40px;
color: $grey_color;
text-align: center;
}
&-form{
float: none;
margin: 0 auto;
&__name{
width: 100%;
}
}
}