@media (max-width: 960px) {
    .lang-change label {
      display: none;
    }

    body>header ul li {
      padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .step-2 .row, .step-3 .row, .step-4 .row {
      width: 400px;
      margin: auto;
    }

    section[class*="step-"] {
      padding-bottom: 0;
    }

    section[class*="step-"]>legend {
      padding-bottom: 25px;
    }

    .drop-height-section {
      margin-top: 40px;
      margin-bottom: 20px;
    }
}
