
.multi-images-container {
   display: flex;
   width: 100%;
   align-items: stretch;
   margin-bottom: 30px;
}

.multi-images-container img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.multi-images-container img:first-child {
  border-radius: 35px 0 0 0;
}
.multi-images-container img:last-child {
  border-radius: 0 35px 0 0;
}

.flex-layout.cards .card:nth-child(4n+1) {
  margin-top: 0;
}

.flex-layout.cards .card:nth-child(4n+2) {
  margin-top: -20px;
}

.flex-layout.cards .card:nth-child(4n+3) {
  margin-top: -36px;
}

.flex-layout.cards .card:nth-child(4n) {
  margin-top: -15px;
}


.cards-page-center {
    margin-bottom: -100px;
}

.cards-container .flex-layout.cards {
  position: relative;
  top: -100px;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  flex-wrap: wrap
}

.flex-layout.cards .card .card-link-container {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 140px;
}

.flex-layout.cards .card {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border-radius: 35px;
  filter: drop-shadow(0px 0px 38px rgba(0, 0, 0, 0.06));
  height: 350px;
  min-height: 210px;
  margin: 0 0 0;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* .flex-layout.cards .card:first-child {
margin-left: 0;
}
.flex-layout.cards .card:last-child {
margin-right: 0; 
} */
.flex-layout.cards .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}


.flex-layout.cards .card .card-logo {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}
.flex-layout.cards .card .card-logo svg,
.flex-layout.cards .card .card-logo img {
  width: 100%;
  margin-bottom: 40px;
  background-image: url("https://msa.monash.edu/hubfs/Cards/icon_bg.svg");
  background-size: 100% 100%;
}

.flex-layout.cards .card .card-link {
  display: inline-block;
  background-color: transparent;
  color: #000;
  font-family: "roc-grotesk", sans-serif;
  font-style: normal;
  font-weight: 300;
  max-width: 75%;
  text-align: center;
  line-height: 17px;
}

{#


  line-height: 22px;
  text-align: center;
  border-radius: 29px;
  border: 1px solid #000;
  padding: 7px 15px;
  transition: all 0.25s ease;

.flex-layout.cards .card a:hover,
.flex-layout.cards .card a:focus {
  background-color: #000;
  color: #FFF;
}


#}

@media (max-width: 1600px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
  
  .flex-layout.cards .card,
  .flex-layout.cards .card:nth-child(4n+1),
  .flex-layout.cards .card:nth-child(4n+2),
  .flex-layout.cards .card:nth-child(4n+3),
  .flex-layout.cards .card:nth-child(4n) {
    margin-top: 0;
  }
  
  .cards-container {
    padding: 0 0 90px;
  }
  
  
  .cards-container .flex-layout.cards {
    top: -80px;
    bottom: -80px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0 0 0;
  }
  .flex-layout.cards .card {
    width: calc(100%/2 - 15px);
    height: 50vw;
  }
  
  .flex-layout.cards .card .card-link-container {
    height: 25vw;
  }
  
  .flex-layout.cards .card .card-logo {
    width: 50%;
    height: 100%;
  }
  
  .flex-layout.cards .card .card-logo svg,
  .flex-layout.cards .card .card-logo img {
    margin-bottom: 5vw;
  }
  
   .flex-layout.cards .card .card-logo img {
    /* max-height: 20vw; */
  }
  
  
  /*   .flex-layout.cards .card:nth-child(even) {
  transform: translateY(-32%); 
} */

}

@media (max-width: 767px) {
  .cards-container .flex-layout.cards {
    flex-wrap: wrap;
    margin-bottom: -45px;
    gap: 5px;
  }
  
 
}
@media (max-width: 579px) {


}
@media (max-width: 479px) {
  

  .cards-page-center {
    padding: 0 2.5px !important;
  }
  
  .flex-layout.cards .card .card-link-container {
    height: 20vw;
  }
  
    
}