.text-header-info{
    color: #000000; 
    font-size: 4rem;
}

@media only screen and (min-width: 1399px) {
  .text-header-info{
    font-size: 6rem;
    }
}

.text-info-about{
    max-width: 60%; 
    margin: auto; 
    color:#000000;
}
@media only screen and (max-width: 1399px) {
    .text-info-about{
        max-width: 85%; 
    }
}

.feature-box-mas:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    left: -30px;
}

@media only screen and (max-width: 1919px) {
    .feature-box-mas:before {
        left: -20px;
    }
}

.info-area-page-about .counter-wrapper-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .info-area-page-about .counter-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-bg-img-home{
  background-position: left top;
}

.text-oportunidades-about{
  max-width:60%;
}

@media only screen and (max-width: 991px) {
  
  .text-oportunidades-about{
    max-width:100%;
  }
}

.feature-area .features-wrapper-2 {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .feature-area .features-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}