
/*///////////////////////////////////////////////////
//
//            ▼ thanks02 ▼
//
///////////////////////////////////////////////////*/
.thanks02 {
  padding: 0 0 35rem;
  color: #085d99;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .thanks02 {
    padding: 0 0 30rem;
  }
}

.thanks02::before {
  position: absolute;
  content: "";
  bottom: -18rem;
  left: 0;
  width: 100%;
  height: 53.5rem;
  background: linear-gradient(94deg, #085d99 50.77%, rgba(8, 93, 153, 0.8) 88.05%);
  clip-path: polygon(0 35%, 100% 0%, 100% 65%, 0 100%);
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .thanks02::before {
    height: 50rem;
    bottom: -15rem;
  }
}

.thanks02 h2 {
  font-size: 1.625rem;
}

.thanks02 p {
  margin: 2rem 0 3.5rem;
}

