.main-heading-1 {
  color: #862996;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: Montserrat, sans-serif;
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  padding: 45px 0;
}

.main-heading-1 p {
  color: #00030a;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin-top: 12px;
}
.main-heading-1 main p {
  font-size: 24px;
  color: #3b3b3b;
  font-weight: 400;
}

.content-container {
  align-items: center;
  border-radius: 5px;
  background-color: #fbfafd;
  display: flex;
  flex-grow: 1;
  margin: 0 auto;
  padding: 12px;
  justify-content: center;
}

@media (max-width: 991px) {
  .content-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  main {
    padding: 1rem;
  }
}

.column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  justify-content: flex-start;

  flex: 1;
}

.content {
  border-radius: 5px;
  background-color: #fbfafd;
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

@media (max-width: 991px) {
  .content {
    margin-top: 32px;
    padding: 0 20px;
    width: 100%;
  }
}

.content img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  max-width: 100%;
}

.text-content h2 {
  color: #00030a;
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 991px) {
  .text-content h2 {
    max-width: 100%;
    white-space: initial;
  }
}

.text-content p {
  color: #3b3b3b;
  margin-top: 8px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 991px) {
  .text-content p {
    max-width: 100%;
    white-space: initial;
  }
}

.button {
  display: flex;
  align-items: center;
  margin-top: 20px;
  max-width: 100%;
  gap: 8px;
}

.button button {
  color: #862996;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background-color: #fbfafd;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 16px;
  white-space: nowrap;
}

.button img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  max-width: 100%;
  margin: auto 0;
}
#hea-texx {
  color: var(--black-300, #3b3b3b);
  text-align: center;
  align-self: center;
  margin-top: 24px;
  max-width: 768px;
  font: 500 20px/160% Montserrat, sans-serif;
}
#hea-tex {
  color: var(--black-font, #00030a);
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 12px;
  font: 600 42px/70% Montserrat, sans-serif;
}
.not-fun {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  margin-top: 48px;
  width: 374px;
  max-width: 100%;
  gap: 12px;
}
.not-fun a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .not-fun {
    flex-direction: column;
    margin-top: 40px;
    /* padding: 2rem 3rem; */
    width: 100%;
  }
}

.div-2 {
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--grey-400, #b7b7b7);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: var(--Background, #fcfdfe);
  align-self: stretch;
  display: flex;
  max-width: 100%;
  gap: 12px;
  padding: 16px 28px;
}

@media (max-width: 991px) {
  .div-2 {
    justify-content: center;
    padding: 1rem 3rem;
  }
}

.img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  overflow: hidden;
  align-self: stretch;
  max-width: 100%;
}

.a-tag,
.a-tag-2 {
  color: var(--black-300, #3b3b3b);
  align-self: stretch;
  white-space: nowrap;
  font: 600 18px/133% Montserrat, sans-serif;
}

.a-tag-2 {
  color: var(--Background, #fcfdfe);
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--purpel-600, #862996);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: var(--purpel-600, #862996);
  max-width: 100%;
  padding: 16px 28px;
  font: 600 18px/133% Montserrat, sans-serif;
  @media (max-width: 991px) {
    .a-tag-2 {
      padding: 1rem 3rem;
    }
  }
}
