@font-face {
    font-family: 'manjariregular';
    src: url('./fonts/ml/manjari-regular.woff2') format('woff2'),
         url('./fonts/ml/manjari-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.about-content h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 10px 0 20px;
    font-family: 'manjariregular';
    font-weight: bold;
}
.about-content p {
    font-size: 14px;
    color: #545454;
    line-height: 180%;
    font-family: 'manjariregular';
    text-align: justify;
}

.banner-content h1 {
    font-size: 40px;
    line-height: 150%;
    margin: 10px 0 20px;
    font-family: 'manjariregular';
    font-weight: bold;
}
.banner-content p {
    font-size: 18px;
    line-height: 180%;
    font-family: 'manjariregular';
}

.event-title{
    font-size: 1.2em;
    font-family: 'manjariregular';
}
.event-item h3{
    font-size: 1.2em !important;
    font-family: 'manjariregular';
}
.event-description{
    font-size: 14px;
    line-height: 180%;
    font-family: 'manjariregular';
    text-align:justify;
}

.benefit-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2fa80d;
    font-family: 'manjariregular';
}
.section-title h2{
    font-size: 30px;
    font-family: 'manjariregular';
}
.benefit-item p {
    font-size: 14px;
    color: #545454;
    line-height: 180%;
    font-family: 'manjariregular';
    text-align: justify;
}

.history-area h5{
    font-size: 1.2em;
    font-family: 'manjariregular';
}
.history-area p {
    font-size: 14px;
    color: #545454;
    line-height: 180%;
    font-family: 'manjariregular';
    text-align: justify;
}
