

.scholarships-title-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 259px;
  width: 100%;
  margin-bottom: 44px;
  margin-bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.scholarships-title-wrapper .scholarships-img{
  position: absolute;
  z-index: -1;
}
.scholarships-title-wrapper h1{
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.90);
  color: #ffffff;
  font-size: 42px;
  text-align: center;
}
.scholarships-content h3{
  color: #005ab9;
  font-size: 24px;
}
.scholarships-content p{
  margin-bottom: 24px;
}