.cta-start-trial {
  margin-top: 120px;
  margin-bottom: 60px;
  padding: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.cta-start-trial__head,
.cta-start-trial__body,
.cta-start-trial__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-start-trial__footer {
  margin-top: 32px;
}

.cta-start-trial__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  margin: 0 auto;
}

.cta-start-trial__article-title {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-bottom: 30px;

  font-weight: 400;
  font-size: 18px;
  line-height: 155.555%;
  letter-spacing: 0;
}

.cta-start-trial__article-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #1f1f1f;
}

.cta-start-trial__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 111.111%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
  text-wrap-style: balance;
}

.cta-start-trial__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 155.555%;
  letter-spacing: 0;
  text-align: center;
}

.cta-start-trial__button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  padding: 7px 20px;
  border: 2px solid #1f1f1f;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;

  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #1f1f1f;

  transition: all 0.3s ease;
}

.cta-start-trial__button:hover {
  background-color: #1f1f1f;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-start-trial {
    margin-top: 60px;
    margin-bottom: 32px;
    padding: 32px;
  }

  .cta-start-trial__title {
    font-size: 24px;
  }

  .cta-start-trial__article-title,
  .cta-start-trial__description {
    font-size: 16px;
  }

  .cta-start-trial__button {
    font-size: 14px;
  }
}
