.side-image-container {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin: -10px -10px -10px -10px;
}

.side-image-row-0 {
  margin-bottom: 56px;
}

.subtitle-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32.02px;
  letter-spacing: 0%;
  color: rgba(73, 69, 79, 1);
}

.text-headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 0.25px;
  text-align: center;
  margin: 0px;
  padding: 16px 24px;
}

.headline-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 41.99px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.87);
}

.description-text {
  margin-bottom: 32px;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(73, 69, 79, 1);
}

.headline-background-text {
  /* background-color: #6fe851; */
  padding: 0px 24px 0px 24px;
  margin-top: 20px;
  border-radius: 24px;
  margin-bottom: 40px;
}

.headline-background-text span {
  font: Roboto;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 42px;
}

.side-image-row-img-0 {
  flex: 1;
}

.side-image-row-text-0 {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.side-image-row-0 {
  display: flex;
  gap: 64px;
}

.side-image-row-btn-0 {
  max-width: 328px;
  /* background-color: rgba(0, 0, 0, 0.87); */
  height: 48px;
  color: white;
  border-radius: 8px;
  padding: 11px 22px 11px 22px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  border: 0px;
  box-shadow: 0px;
}

.side-image-row-img-1,
.side-image-row-img-0 {
  /* background-color: #81e183; */
  border-radius: 32px;
}

.side-image-row-img-1 img,
.side-image-row-img-0 img {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 32px !important;
}

.side-image-row-img-1 {
  flex: 1;
}

.side-image-row-text-1 {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.side-image-row-1 {
  display: flex;
  gap: 64px;
}

.side-image-row-btn-1 {
  max-width: 328px;
  cursor: pointer;
  /* background-color: rgba(0, 0, 0, 0.87); */
  height: 48px;
  color: white;
  border-radius: 8px;
  padding: 11px 22px 11px 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.46px;
  border: 0px;
  box-shadow: 0px;
}

.side-image-row-1-mobile {
  display: none;
}

.side-image-row-img-0 img,
.side-image-row-img-1 img {
  border: 0;
  box-shadow: 0 0 0 0;
}

/* quebra para mobile */
@media (max-width: 900px) {
  .description-text {
    margin-bottom: 0px;
  }

  .side-image-row-0 {
    flex-direction: column;
    gap: 32px;
  }

  .side-image-row-text-0,
  .side-image-row-text-1 {
    justify-content: center;
    align-items: center;
  }

  .side-image-row-1 {
    display: none !important;
  }

  .side-image-row-1-mobile {
    flex-direction: column;
    display: flex;
  }

  .description-text {
    margin-bottom: 32px;
  }

  .side-image-row-img-0,
  .side-image-row-img-1 {
    width: 100%;
  }

  .side-image-row-text-0,
  .side-image-row-text-1 {
    width: 100%;
  }

  .side-image-row-btn-1 {
    margin-bottom: 40px;
  }

  /* .side-image-row-btn-0 {
    margin-bottom: 53px;
  } */

  .side-image-row-btn-0,
  .side-image-row-btn-1 {
    width: 100%;
  }

  .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .subtitle-text {
    text-align: center;
  }

  .headline-text {
    text-align: center;
  }

  .description-text {
    text-align: center;
  }

  .card-description-1 {
    margin-bottom: 26px;
  }
}