@media (max-width: 1436px) {
  .title-about .title-vazada {
    font-size: 48px;
    margin-top: -73px;
    letter-spacing: 10px;
    width: 30%;
  }
  .subtitle {
    width: 343px;
    height: 120px;
    padding: 24px;
    left: -197px;
    top: 40px;
  }
  .subtitle > p {
    font-size: 20px;
    line-height: 25px;
  }
  .title-about {
    top: 250px;
  }
}

@media (max-width: 1199px) {
  .about .col-lg-6 {
    width: 100%;
    margin-top: 0;
  }

  .certifications .txt.col-lg-6 {
    width: 100%;
  }

  .certifications .background-red {
    height: 285px;
    width: 100%;
    margin-top: 100px;
  }

  .img-certifications {
    width: 253px !important;
    height: 349px;
  }

  .form {
    margin-top: 0px;
  }

}
@media (max-width: 849px) {
  .company-values .col-lg-4 {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #ccc;
  }
}


@media (max-width: 768px) {
  .title-about {
    left: 40px;
    top: 120px;
  }
  .subtitle {
    top: 0px;
    left: -40px;
  }
}

@media (max-width: 425px) {
  .subtitle {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 375px) {
  .subtitle > p {
    font-size: 17px;
    line-height: 20px;
  }
  .subtitle {
    padding: 16px;
  }
  .card-about {
    padding: 8px;
  }
}



