/* Make every link/logo card the same size on the Enlaces de interés page. */
body.itemid-659 #rs-services .sppb-column {
  display: flex;
  width: 100%;
}

body.itemid-659 #rs-services .sppb-column-addons {
  display: block;
  width: 100%;
}

body.itemid-659 #rs-services .sppb-col-md-4 {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

body.itemid-659 #rs-services .sppb-addon-feature {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 360px;
  min-height: 360px;
  padding: 20px;
}

body.itemid-659 #rs-services .sppb-column-addons > [id^="sppb-addon-"] {
  width: 100%;
}

body.itemid-659 #rs-services .sppb-addon-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 0;
}

body.itemid-659 #rs-services .sppb-img-container {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
}

body.itemid-659 #rs-services .sppb-img-container img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 230px;
  object-fit: contain;
}

body.itemid-659 #rs-services .sppb-addon-title {
  margin: 12px 0 0;
  text-align: center;
}
