.gestionCalidad{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 5% auto;
}


.sectionTitle {
    width: 100%;
    color: #00b0b9;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto 40px;
    position: relative;
    text-align: left;
    align-items: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 43.88px;
  }

.section-left{
  width: 26%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
}

.section-right{
  width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section-left p {
  color: black;
  font-size: 14px;
  line-height: 20px;
  width: 90%;
}

.section-right img{
  width: 45%;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
    .section-left,
    .section-right {
        width: 90%;
        margin: 0 auto;
    }

  .gestionCalidad{
    margin: 20% auto;
    flex-direction: column;
  }

  .section-right img{
    width: unset;
    padding: 5%;
  }

  .section-right{
    flex-direction: column;
  }

  .section-left p{
    width: unset;
  }
}
