.mentoria .container {
  background: #DD303E;
  border-radius: 26px;
  padding: 20px 70px 60px ;
}

.mentoria .wrapper {
  width: 100%;
  max-width: 480px;
  margin-right: 60px;
  margin-top: 50px;
}

.mentoria .wrapper h2 {
  font-size: 42px;
  line-height: 42px;
}

.mentoria .wrapper p {
  font-size: 18px;
  line-height: 26px;
}

.mentoria .wrapper ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}

.mentoria .wrapper ul li {
  font-family: 'Source Sans Pro';
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
  line-height: 16px;
}

.mentoria .wrapper ul li > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.mentoria .wrapper ul li::marker {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 16px;
  color: #f9f9f9;
}

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

.mentoria a.cta-efeito {
  background-color: #001C52;
  max-width: 348px;
  width: 100%;
  text-align: center;
  height: 56px;
  color: #FFFFFF;
  border-radius: 12px;
  font-size: 16px;
}

.mentoria .card-prof {
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  /* margin-right: 130px; */
  background-image: url('../img/marcos-henrique.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 467px;
  height: 368px;
}

.mentoria .card-prof h3,
.mentoria .card-prof p {
  font-family: "Source Sans Pro";
  color: #fff;
}

.mentoria .card-prof h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.mentoria .card-prof p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.mentoria .content-slider {
  width: 100%;
}

@media (max-width: 767.98px) {

  .mentoria .container {
    width: 100%;
    margin-left: 0;
    border-radius: 26px 0 0 26px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mentoria .wrapper {
    margin-right: 0;
    padding-right: 30px;
  }

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

  .mentoria .wrapper ul li {
    font-size: 16px;
  }

  .mentoria a.cta-efeito {
    font-size: 14px;
  }
}

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

@media (max-width: 1199.98px) {
  .mentoria .content-slider {
    width: 100%;
  }
}
