

.scholarship-banners{
  background-color: #e74ba7; 
  color: #fff; 
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.scholarship-banners p {
  font-size: 18px;
  margin: 0px;
  margin-right: 30px;
  font-weight: bold;
}

.common-yellow-btns {
  background-color: #f6d656; 
  color: #000; 
  border: none;
  padding: 10px 20px;
  border-radius: 30px; 
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.common-yellow-btns:hover {
  background-color: #e5c24c;
}
