.section-2 .container {
  background: radial-gradient(circle at center left, #293399 -10%, transparent 50%), radial-gradient(circle at bottom right, #293399 -10%, transparent 50%), #0D134C;
  border-radius: 26px;
  padding: 20px 70px 60px ;
}

.section-2 .wrapper {
  width: 100%;
  min-width: 390px;
  margin-right: 60px;
  margin-top: 50px;
}

.section-2 .wrapper h2 {
  font-size: 42px;
  line-height: 42px;
  max-width: 405px;
}

.section-2 .wrapper p {
  font-size: 18px;
  line-height: 22.5px;
  max-width: 534px;
}

.section-2 .wrapper h2,
.section-2 .wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.section-2 a.cta {
  background-color: #FFBC33;
  max-width: 348px;
  width: 100%;
  text-align: center;
  height: 56px;
  color: #001533;
  border-radius: 12px;
  font-size: 16px;
}

.section-2 .video {
  aspect-ratio: 16/9;
  background-image: url(../img/depoimento-ithallo.png);
  background-position: left;
  background-size: cover;
  border-radius: 24px;
  height: 100%;
  margin-top: 24px;
  max-width: calc(100% - 450px);
  min-height: 360px;
  position: relative;
  transition: ease 0.4s;
  width: 100%;
}

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

.section-2 .video img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.section-2 .cta {
  border-radius: 12px;
  height: 56px;
  max-width: 373px;
  width: 100%;
  margin-top: 32px;

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

@media (max-width: 767.98px) {
  .section-2 .container {
    width: 100%;
    margin-left: 0;
    background: radial-gradient(circle at top left, #293399 -10%, transparent 50%), radial-gradient(circle at bottom right, #293399 -10%, transparent 50%), #0D134C;
    border-radius: 26px 0 0 26px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2 .wrapper {
    margin-right: 0;
  }

  .section-2 .wrapper h2 {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 529.98px) {
  .section-2 .card-prof {
    width: 100%;
    background-position: center;
    border-radius: 12px;
  }
}

@media (max-width: 1199.98px) {
  .section-2 .wrapper {
    min-width: 0;
  }

  .section-2 .video {
    max-width: 560px;
  }

  .section-2 a.cta {
    font-size: 14px;
    margin: 32px auto 40px;
  }
}
