.page .resume-form__title {
  margin-bottom: .25em;
  line-height: 1.2;
  font-size: 1.75rem; }

.page .resume-form__description {
  margin-bottom: 1.5em;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-middle); }

.page .resume-form .btn {
  width: 100%; }

@media (min-width: 576px) {
  .page .resume-form__title {
    font-size: 2.25rem; }
  .page .resume-form__description {
    font-size: 1rem; } }

@media (min-width: 1200px) {
  .page .resume-form__title {
    margin-bottom: .625em;
    font-size: 2.625rem; }
  .page .resume-form__description {
    margin-bottom: 0;
    font-size: 1.25rem; } }
