.think-of-quit-section {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: var(--brandClr);
  color: white;
}
.think-of-quit-section__card {
  position: relative;
}
.think-of-quit-section__title {
  font-size: 1.8rem;
  font-weight: 800;
  font-style: ExtraBold;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
}
.think-of-quit-section__subtitle {
  font-size: 1.09rem;
  line-height: 1;
  margin-top: 0.4rem;
  font-weight: 800;
  font-style: ExtraBold;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
}
.think-of-quit-section__text {
  font-size: 0.909rem;
  line-height: 1.2;
  font-weight: 400;
  width: 15.81rem;
  margin-top: 2.18rem;
}
.think-of-quit-section__btn {
  font-size: 0.909rem;
  background-color: white;
  color: var(--brandClr);
  margin-top: 2rem;
  font-weight: 600;
  position: absolute;
}

/* Hide on big devices */
@media screen and (min-width: 768px) {
  .think-of-quit-section {
    display: none;
  }
}
