.servicio {
  text-align: center;
  padding-top: 3.5em;
}
  .div-titulo-servicio {
    width: 100%;
    margin-bottom: 2em;
  }
    .titulo-servicio {
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 40px;
    }
    .imagen-servicio {
      height: auto;
      width: 80%;
      padding-bottom: 4em;
    }
    .texto-servicio {
      color: #999a99;
      text-align: justify;
      padding: 0 1em;
      font-size: 20px;
    }
    .boton-servicio {
      margin: 1em 2em 2em;
      font-size: 20px;
      font-weight: 700;
      width: 25%;
      height: 90px;
    }

@media screen and (max-width: 992px) {

    .texto-servicio {
      padding: 1em 5% 0 5%;
    }
    .boton-servicio {
      margin-top: 1em;
      margin-bottom: 1em;
      width: 60%;
      height: 90px;
    }
    .imagen-servicio {
      width: 80%;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .imagen-servicio {
    width: 60%;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 992px) {
 .custodia {
      padding: 50px 0 0;
  }
}
