.chance-mudar-vida {
  overflow-x: hidden;
  padding: 102px 0;
}

.chance-mudar-vida .content{
  /* d-flex justify-content-center */
  display: flex;
  justify-content: center;
  gap: 24px;
}

.chance-mudar-vida .wrapper-text {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.chance-mudar-vida h2{
  font-family: "Margem-regular";
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
}

.chance-mudar-vida .wrapper-text p {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;

  color: #616365;
}

.chance-mudar-vida .video {
  aspect-ratio: 16/9;
  background-image: url(../img/depoimento-kalin-vaz.png);
  background-position: left;
  background-size: cover;
  border-radius: 24px;
  height: 100%;
  margin-top: 24px;
  max-width: 580px;
  position: relative;
  transition: ease 0.4s;
  width: 100%;
}

.chance-mudar-vida .video h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
  font-family: "Margem-medium";
}
.chance-mudar-vida .video p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  padding-left: 25px;
  font-family: "Margem-regular";
}
.chance-mudar-vida .video button.play {
  display: block;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.chance-mudar-vida .video img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.chance-mudar-vida .cta {
  width: max-content;
  padding: 20px;

  border-radius: 12px;
  height: 56px;
  max-width: 373px;

  font-family: "Margem-medium";
  font-size: 16px;
  line-height: 20px;
  color: #f9f9f9;
  background: #2434D1;
}

.bonus {
  background-color: #f2f7ff;
  padding: 15px 25px;
  border-radius: 16px;
  max-width: 505px;
  margin: 50px auto 0;
}

.bonus i {
  color: #66a4ff;
}

.bonus span {
  color: #002966;
  font-size: 20px;
  font-family: "Margem-medium";
}

.bonus p {
  color: #002966;
}

@media screen and (max-width: 768px) {
  .chance-mudar-vida .content {
    flex-direction: column;
  }

  .chance-mudar-vida h2 {
    font-size: 36px;
    line-height: 41.4px;
  }

  .chance-mudar-vida .wrapper-text p {
    font-size: 18px;
    line-height: 22.5px;
  }
  .chance-mudar-vida .cta{
    width: 100%;
  }

  .chance-mudar-vida .video{
    background-position: center;
    height: 250px;
  }
}
