.common_btn{
    color: black !important;
}
.section-title img {
    width: 45px;
    max-width: 45px;
    margin-right: 5px;
}

.section-title {
    margin: auto;
    text-align: center;
    padding-top: 70px;
}
.section-title h3 span {
    position: relative;
    top: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:28px;
}
.about-text {
    text-align: center;
    margin-top: 40px;
}
.about-text p {
    line-height: 25px;
}
.read-more-btn a{
 background-color: #d01e24;
}
.read-more-btn a {
    background-color: #B29410;
    border-radius: 100px;
    padding: 15px 40px;
    color:#fff;
}
.read-more-btn a:hover{
  background-color: #B29410;
  color:#B29410;
}
.school-list-title p {
    border: 1px solid #d01e24;
    padding: 10px;
    border-radius: 100px;
    background-color: #fff;
    margin-bottom: 0;
}