.thank-you-section {
  padding: 7rem 0;
  background-color: #eff2f1;
}
.thankyou-img {
  position: relative;
}
svg {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  color: #3b5d50;
  margin-bottom: 2rem;
}
.thankyou-img::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  top: 0px;
  left: 0px;
}
