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

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

.chance-mudar-vida .wrapper-text p {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  color: #616365;
}

.chance-mudar-vida .wrapper-text h2 {
  font-family: "Margem-regular";
  font-size: 32px;
  font-weight: 400;
  color: #040E20;
}

.chance-mudar-vida .wrapper-text p {
  font-family: "Montserrat";
  font-weight: 400; 
  font-size: 16px;
  line-height: 125%;
  color: #172B4D;
}

.chance-mudar-vida .wrapper-text p strong {
  font-family: "MontserratBold";
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: #172B4D;
}
.chance-mudar-vida .video {
  aspect-ratio: 16/9;
  background-image: url(../img/murilo-rezende.webp);
  background-position: right;
  background-size: cover;
  border-radius: 24px;
  height: 100%;
  margin-top: 24px;
  max-width: 648px;
  min-height: 360px;
  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 {
  border-radius: 12px;
  height: 56px;
  max-width: 373px;
  width: 100%;
  font-family: "Margem-medium";
  font-size: 20px;
  line-height: 125%;
  color: #f9f9f9;
  background-color: #0067FF;
}

.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 (min-width: 768px) {
  .chance-mudar-vida .wrapper-text p {
    font-size: 16px;
    line-height: 125%;
  }
}
