.cards-page-center {
  margin-bottom: -100px;
}
.flex-layout.cards .card .card-link{

}
.welcome-bcss .flex-layout.cards {
  position: relative;
  top: -80px;
  gap: 20px;
  display: flex;
  justify-content: space-around;
  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: calc(100% / 4 - 37px); */ 
  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.25s ease;
  padding: 80px 0;
}
/* .flex-layout.cards .card:first-child {
margin-left: 0;
}
.flex-layout.cards .card:last-child {
margin-right: 0; 
} */
.flex-layout.cards .card:hover {
  margin-top: -40px;
  margin-bottom: 40px;
}
.flex-layout.cards .card .card-logo {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  margin-bottom:20px;
}
/* .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-logo img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.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: 13px;
  border: 1px solid #000;
  padding: 12px 10px 10px 10px;
  border-radius: 20px;
  height: auto;
  min-width: 120px;
}
.flex-layout.cards .card.active-card .card-link{
}
{#


  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 .card-logo img {
    max-width: 130px;
  }
  .welcome-bcss {
    padding: 0 0 90px;
  }


  .welcome-bcss .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%); 
} */
  .flex-layout.cards .card:hover {
    margin-top: unset;
    margin-bottom: unset;
  }
}

@media (max-width: 767px) {
    .flex-layout.cards .card .card-logo img {
        max-width: 60px;
    }

  .welcome-bcss .flex-layout.cards {
    flex-wrap: wrap;
    margin-bottom: -45px;
    gap: 15px;
  }
  .flex-layout.cards .card .card-logo svg, .flex-layout.cards .card .card-logo img {
    margin-bottom: 0;
  }
}
@media (max-width: 579px) {


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

  .welcome-bcss .flex-layout.cards {
    gap: 10px;
  }
  .cards-page-center {
    padding: 0 2.5px !important;
  }

  .flex-layout.cards .card .card-link-container {
    height: 20vw;
  }
}