.about-img {
  width: 20rem !important;
  height: 20rem !important;
  object-fit: cover;
}

.about-card {
  width: 70%;
  margin-bottom: 10% !important;
  margin: auto;
  padding: 2%;
  /* margin: auto; */
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
}

.project-card {
  /* padding: 2%; */
  /* margin: auto; */
  background: #ffffff;
  border: #000000;
  border-radius: 10px;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  height: 100% !important;
}

.bg-text {
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
.img-center {
  margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-block {
  position: absolute;
  top: 30%;
  left: 60%;
  text-align: end;
  vertical-align: middle;
  font-style: normal;
  font-family: Poppins;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: white;
}

.page-img {
  margin-top: 5%;
  width: 100vw;
  height: 50vh !important;
  object-fit: cover;
}

/* ===========================About Us============================ */
.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
  background-color: #335d9b;
}

/* =============================================================== */

/* ========================MPSC Page============================== */
.mpsc-card {
  width: 100%;
  margin-bottom: 10% !important;
  margin: auto;
  padding: 2%;
  /* margin: auto; */
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
}

/* ======================================================================== */

@media (max-width: 600px) {
  .about-img {
    width: 15rem !important;
    height: 15rem !important;
    vertical-align: middle !important;
  }
  .about-card {
    width: 90%;
    margin-bottom: 10% !important;
    margin: auto;
    padding: 2%;
    /* margin: auto; */
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  }
  .text-block {
    position: absolute;
    top: 30%;
    left: 60%;
    font-style: normal;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: white;
  }
}
