.mentoria .gco-container {
  background: linear-gradient(to right, #1143b4, #003292, #1a47b7);
  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: 16px;
  color: #fff;
  padding-left: 20px;
}

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

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

.mentoria .wrapper a {
  display: inline-block;
}

.mentoria .content-slider {
  width: calc(100% - (480px + 60px));
}

.mentoria .content-slider .slider-container {
  display: flex;
}

.mentoria .card-prof {
  /* border-radius: 12px; */
  display: flex;
  align-items: flex-end;
  padding: 24px;
  /* margin-right: 130px; */

  background-image: url('../img/beto-fernandes.png');
  background-size: cover;
  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 .slider-control {
  gap: 16px;
}

.mentoria .slider-control button {
  background-color: transparent;
  border: 1px solid #EBF1FF;
  border-radius: 8px;
  color: #EBF1FF;
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.mentoria .slider-control button:focus {
  outline: unset;
}

.mentoria .slider-control button:disabled {
  border-color: #616365;
  color: #616365;
}

@media (max-width: 767.98px) {

  .mentoria .gco-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;
  }


}

@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%;
  }
}
