* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  padding: 64px;
}

.rowServ:after {
  content: "";
  display: table;
  clear: both
}

.column-66Serv {
  float: left;
  width: 66.66666%;
  padding: 20px;
  text-align: center;
}

.column-33Serv {
  float: left;
  width: 33.33333%;
  padding: 20px;
  text-align: center;
}

.Seervimg {
  height: 300px;
display: flex;
align-items: center;
justify-content: center;
}

.Seervimg1 {
  background-image: url(../images/ServiciosCustodias.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.buttonServ {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 18px;
  cursor: pointer;
  background-color: #387A5B;
  font-variant: small-caps;
  font-weight: 700;
  text-align: center;
}



@media screen and (max-width: 1000px) {
  .column-66Serv,
  .column-33Serv {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}
