.alliances-partnerships .view-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px
}
.alliances-partnerships .view-content .views-row {
  width: calc(25% - 12px);
  background-color: #f8f8f8;
  box-shadow: none;
  transition: all .2s ease-in-out;
  border: 4px solid #f8f8f8;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center
}
.alliances-partnerships .view-content .views-row img {
  max-width: 180px!important
}
.alliances-partnerships .view-content .views-row:hover {
  box-shadow: -1px 3px 6px 3px #d5d5d5;
  border: 4px solid #23dce1
}
@media screen and (max-width:1199px) {
  .alliances-partnerships .view-content .views-row {
    width: calc(33.33% - 10.667px)
  }
}
@media screen and (max-width:767px) {
  .alliances-partnerships .view-content .views-row {
    width: calc(50% - 8px)
  }
}
@media screen and (max-width:575px) {
  .alliances-partnerships .view-content .views-row {
    width: 100%
  }
}