.serv-layout {
  background-image: url(../img/backgrounds/POLIZAS-PANTALLA.jpg);
}
/* Brand gallery */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  flex: 16%;
  max-width: 16%;
  padding: 0 30px;
}
.column img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-height: 650px) {
  h1 {
    margin-bottom: 20px;
  }
}
@media (max-height: 600px) {
  h1 {
    margin-bottom: 20px;
  }
  .serv-layout {
    height: unset;
  }
}

@media screen and (max-width: 1200px) {
  .serv-layout {
    height: 66vh;
  }
}

@media screen and (max-width: 1008px) {
  .column {
    flex: 33%;
    max-width: 33%;
  }
  .column img {
    margin: auto;
  }
}

@media screen and (max-width: 992px) {
  .serv-layout {
    height: unset;
  }
}

@media screen and (max-width: 768px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
  h1 {
    font-size: 2.2rem;
  }
}
