h1 {
  color: gray !important;
}

.pg-bog-card {
  border: none;
  border-radius: 25px;
  /* box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8); */
  background-color: #face68e0;
  /* box-shadow: -10px -10px 8px 1px #FAAC68; */
  box-shadow: -8px -8px 6px -1px #d9a77b7d;
  display: flex;
}

.pg-bog-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pg-bog-card .card-body p {
  text-align: justify;
  font-size: 0.9rem;
  margin-bottom: 0px;
}

.pg-bog-card .card-body .btn-box {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.pg-bog-card .card-body .btn-box button {
  border: none;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: inset 2px 2px 10px -1px #c95555;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  /* background-color: #FA6868; */
  background-color: white;
}

.pg-bog-card .card-body .btn-box button a {
  /* color: white; */
  color: black;
  text-decoration: none;
}

.pg-bog-card .card-body .btn-box button:hover {
  background-color: #c95555;
}

.pg-bog-card .card-body .btn-box button:hover a {
  color: white;
}

.pg-bog-card:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset -2px -2px 10px -1px #c95555, 0px 12px 5px -6px #913b3b73;
}

.pg-bog-card:hover .card-body .btn-box button:active {
  transform: translateY(0px) scaleX(1);
  box-shadow: inset 0px 0px 0px 0px #c95555, 0px 0px 0px 0px #913b3b73;
}

/* #Manonmaniam:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#jntu:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#Hindustan:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#Sathyabama:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#IIT:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#VTU:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#SRM:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#Bharathiar:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#Vel:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#Hyderabad:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#Mysore:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
}

#JNU:hover .card-body .btn-box button {
  transform: translateY(-2px) scaleX(1.03);
  box-shadow: inset 0px 0px 10px 1px #c95555, 5px 15px 5px -6px #913b3b73;
} */