.cards {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards .card {
  margin-right: 31px;
}
.cards .card:last-child {
  margin-right: 0px;
}

.container{
  height: 45%;
}

.card {
  height: 600px;
  width: 453px;
  padding: 30px;
  border-radius: 20px;
  transition: 0.3s all ease-in;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

.card img {
  width: 453px;
  height: 280px;
  border-radius: 20px 20px 0 0;
}

.card h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.card p {
  font-size: 1.125rem;
  overflow: auto;
  color: #6f6f76;
  max-width: 393px;
}
.card a {
  text-decoration: none;
  color: #ffa502;
}

.signUpButton {
  display: block;
}

.sliderimage{
  margin-top: 4px;
  height: 100%;
  width: 100%;
}
.sliderimage img{
  height: 100%;
  width: 100%;
}
.school_banner_div{
  padding: 1% 2%;
}

@media only screen and (max-width: 1440px) {
  .school_banner_div{
    top: 3%;
    right: 5%;
    padding: 0.5% 2%;
  }
}

@media only screen and (max-width: 768px) {
  .cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cards .card {
    margin-right: 0px;
  }

  .card {
    margin-top: 31px;
    margin-right: 0px;
    height: 520px;
    width: 290px;
    padding: 30px;
    border-radius: 20px;
    transition: 0.3s all ease-in;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }

  .container{
    height: 42%;
  }

  .sc_content{
    max-width: 330px;
  }

  .sliderimage{
    height: 320px !important;
  }
  .school_banner_div {
    top: 2% !important;
  }
}
