.sch-container {
    padding-top: 40px;
    background-color:;
    /*box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
}

.scholarship-div {
    margin: 0 75px;
    padding: 25px 0;
    
    text-align: center;
}

.scholarship-div h2 {
    padding-top: 16px;
    padding-bottom: 16px;
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.scholarship-div button {
    margin: 30px 0 30px 0;
}

.upcoming-btn {
    border: none;
    padding: 12px 36px;
    border-radius: 4px;
    background-color: #FC1870;
    color: white;
    cursor: pointer;
}

.pstwnrs-btn {
    border: none;
    padding: 12px 36px;
    border-radius: 4px;
    background-color: #18B7D3;
    color: white;
}

.tpBdr {
    width: 60%;
      height: 1px;
      margin: 0px auto;
      border-bottom: 1px solid #C5C5C5;
}

.scholarship-div p {
    
    font-family: 'Lato', sans-serif;
    color: #565454;
    text-align: justify;
    font-weight: 300;
}

.essay_icon {
    z-index: -1;
    height: 32px;
    width: 32px;
    fill: #565454;
    line-height: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 0.8125rem;
    cursor: pointer;
    margin-top: 8px;
}
