* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
  text-decoration: none;
}


.product-content-wrap p{
    text-align: justify;
}
.scholarship{
    width: 150px;
    margin: 0 auto;
}

.short-about h1{
    text-align: center;
    padding: 0px 0px 15px 0px;
    font-size: 2rem;
}
.short-about p{
    text-align: justify;
}
.heading-tab-center{
  text-align: center;
}

/*hover section*/
#background {
  background-position: center;
  background-size: cover;
  position: relative;
}

.background-panel {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .75s
}

.hover-container {
  position: relative;
  z-index: 2;
}

.hover-section{
  height: 40vh;
  padding: 40px 10px 10px 10px;
  /*border: 1px solid gray;*/
}
.hover-section h4{
  color: #0c4da2;
}
.hover-section:hover{
    background-color: #0c4da259;
    border: none;
}
.hover-section:hover h4{
    color: #fff;
}