#q-why-us {
  width: 100%;
  position: relative;
}
#q-why-us .box {
  border: 2px solid #888888;
  border-right: 0;
  padding: 0;
}
#q-why-us .boxDerecha {
  border: 2px solid #888888;
  border-left: 0;
}
#q-why-us .box img {
  object-fit: cover;
  height: 100%;
}
#q-why-us .cabecera {
  font-family: "Myriad Pro Regular";
  line-height: 5px;
  font-size: 1.2rem;
  text-align: center;
  border: 2px solid #888888;
  border-bottom: 0;
  height: 20%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#q-why-us .cuerpo {
  font-family: "Myriad Pro Regular";
  font-size: 1.2rem;
  text-align: center;
  border: 2px solid #888888;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
#q-why-us p {
  padding: 10px;
}
#q-why-us .columnaDerecha {
  position: relative;
  height: 80%;
  width: 100%;
}
#q-why-us .elcontenido {
  width: 100%;
  height: 100%;
}
#q-why-us .melipse {
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  width: 80%;
  height: 15%;
  top: 40%;
  left: 10%;
  position: absolute;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: -10;
}
@media (max-width: 767px) {
  #q-why-us .box {
    border: 2px solid #888888;
    border-bottom: 0;
  }
  #q-why-us .boxDerecha {
    border: 2px solid #888888;
  }
  #q-why-us .cabecera {
    border: 2px solid #888888;
    border-bottom: 0;
  }
}
