.resolver {
  min-height: auto;
  padding: 136px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0e0e0e;
  color: #ffffff;
  text-align: center;
}

.resolver-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.resolver-step {
  margin-bottom: 20px;
  color: #ffd47b;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.resolver-title {
  max-width: 1000px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.2px;
}

.resolver-text {
  max-width: 800px;
  margin: 0 auto;
  color: #dedede;
  font-size: 18px;
  line-height: 24px;
}

.resolver-actions {
  max-width: 950px;
  margin: 38px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.resolver-actions div {
  flex: 1 1 160px;
  padding: 30px 22px;
  background: #181818;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}

.resolver-actions span {
  display: block;
  margin-bottom: 5px;
  color: #ffd47b;
  font-family: "PT Serif", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

@media (max-width: 1180px) {
  .resolver {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .resolver-title {
    font-size: 50px;
    line-height: 51px;
  }
  .resolver-step {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (max-width: 560px) {
  .resolver {
    padding: 56px 18px;
  }
  .resolver-title {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.4px;
  }
  .resolver-step {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .resolver-text {
    font-size: 16px;
    line-height: 23px;
  }
}
