.scholarship-section {
background-image: url(https://premiertefl.com/wp-content/uploads/2021/04/scholarship-wave.svg);
height: 1568px;
display: flex;
align-items: center;
}
.scholarship-inner {
background-color: #F7F2EE;
padding: 25px;
box-shadow: 3px 3px #e2d5cb;
flex: 1;
}
.scholarship-col {
display: flex;
margin-top: 40px;
}
.scholarship-img img {
height: 200px;
object-fit: cover;
width: 100%;
}
.scholarship-title {
text-align: center;
padding: 10px 0;
border-bottom: 1px dashed #999;
font-size: 1.42rem;
line-height: 2.42rem;
}
.pt-footer-accreditation-section {
display: block;
padding-top: 50px;
}
.pt-footer-accreditation-section .wave-border-div {
display: none;
}