#mesa_3 {
  padding: 78px 0 64px;
  background-image: url(https://kiodatacenters.com/hubfs/files/Rectangulo_white.webp);
}
.text--gray {
  color: #646464;
} 
}
#mesa_3 .module__wrapper > h2 {
  margin-bottom: 15px;
}
#mesa_3 .module__wrapper > h3 {
  margin-bottom: 20px;
  padding-top: 20px;
}
#mesa_3 .text--small.traves-text {
  line-height: 1.5;
  margin-bottom: 30px;
}
#mesa_3 {
  margin-top: 44px;
}
#mesa_3 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0px -10px;
}
#mesa_3 .row .col h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

#mesa_3 .asesoria-card .row .col-inner {
  height:100%;
  box-shadow:  0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-bottom: 16px;
  padding: 38px 30px 38px;
  border-radius: 7px;
}
#mesa_3.Contacta-btn {
  text-align: right;
}
#mesa_3 .asesoria-card .row .col {
  width: 25%;
  padding: 10px;
}

#mesa_3 .asesoria-card {
  margin-top: 44px;
  max-width: 1200px;
  margin: auto;
}
#mesa_3 .text--small.traves-text {
  max-width: 625px;
}

@media (max-width: 980px) {
  #mesa_3 .asesoria-card .row .col {
    width: 50%;
  }
  #mesa_3 {
    margin-top: 0px;
    padding: 60px 0px;
  }
}
@media (max-width: 768px) {
  #mesa_3 .Contacta-btn {
    text-align: left;
  }
  #mesa_3 .asesoria-card .row .col {
    margin-left: 0px;
  }
}
@media (max-width: 580px) {
  #mesa_3  .asesoria-card .row .col {
    width: 100%;
    padding:10px 0px;
  }
  #mesa_3 .row {
    margin: 0px 0px !important;
  }
}


