section.repair {
  padding: 50px 0;
  background-color: rgb(246, 249, 252);
}
section.repair h2 {
  font-weight: bold;
  padding: 10px 0;
}
section.repair a.btn-link {
  border: 2px solid #0fa894;
  background: #0fa894;
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
  margin: 15px 0;
  text-decoration: none;
}

section.repair .faq {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  margin: 50px 0;
}

section.repair .repair-product {
  margin-top: 50px;
  background: #fff;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 20px;
}

section.repair .repair-product h1 {
  text-align: center;
  justify-content: center;
  background: linear-gradient(to right, #20cd8d, #129ed1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
  padding: 25px 0;
}

section.repair .repair-product form button {
  border: 2px solid #20cd8d;
  background: #20cd8d;
  padding: 10px 50px;
  border-radius: 5px;
  color: #fff;
}

section.repair .repair-product form button:hover {
  border: 2px solid #0fa894;
  background: #0fa894;
}

section.repair .repair-product iframe {
  width: 100%;
  min-height: 1000px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  section.repair .repair-product h1 {
    font-size: 24px;
  }
}
