.thanks .col-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks .sectitle {
  color: #505054;
  text-align: center;
  font-family: Lexend Deca;
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -5px;

  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 23px;
}

.thanks .text {
  max-width: 451px;
  color: #636575;
  text-align: center;
  font-family: Yantramanav;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 116.188%; /* 20.914px */

  margin-bottom: 19px;
}

.thanks a {
  display: flex;
  padding: 15px 20px;

  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 80px;
  background: #62ad04;

  color: #fff;
  font-family: Yantramanav;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: normal;

  width: fit-content;
}

.thanks .c1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks {
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, top right;

  padding: 135px 0 131px;
}
