.sc-download {
  margin-top: 40px;
  margin-bottom: 60px;
}

.sc-download .sticky-catalogue-form {
  width: 100%;
  background-color: #eff0f4;
  padding: 40px 30px;
}

.sc-download .sticky-catalogue-form h1 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 25px;
}

.sc-download .sticky-catalogue-form input {
  width: 100%;
  border: 0.5px solid var(--bordercolor);
  background-color: var(--whitecolor);
  padding: 14px 20px;
  font-family: var(--fontGraphik);
  font-size: 14px;
  line-height: 16px;
  color: var(--normalcolor);
  outline: none;
}

.sc-download .sticky-catalogue-form input::placeholder {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 18px;
  color: var(--normalcolor);
}

/* .sc-download .sticky-catalogue-form input:not(:last-child) {
  margin-bottom: 25px;
} */

.sc-download .sticky-catalogue-form button:hover {
  background-color: var(--formBtnHover);
  color: var(--whitecolor);
  border: 1px solid var(--formBtnHover);
}

.sc-download .sticky-catalogue-form button svg {
  margin-right: 10px;
}

.sc-download .sticky-catalogue-form button svg path {
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

.sc-download .sticky-catalogue-form button:hover svg path {
  fill: var(--whitecolor);
}

.sc-download .sticky-catalogue-form form.invalid .wpcf7-response-output {
  display: none;
}

@media (max-width: 991px) {
  .sc-download .sticky-catalogue-form h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .sc-download .row .col-lg-6:last-child {
    margin-top: 40px;
  }

  .sc-download .sticky-catalogue-form {
    padding: 28px 16px;
  }

  .sc-download .sticky-catalogue-form h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .sc-download .sticky-catalogue-form input {
    padding: 14px 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .sc-download .sticky-catalogue-form input::placeholder {
    font-size: 14px;
    line-height: 16px;
  }
}
