.default-page em {
    font-style: normal;
    color: #ba7540;
    font-size: 20px;
}
.default-page ol li, .default-page ul li {
    font-size: 16px;
    color: #000;
}
.default-page ul li em {
    color: #000;
    font-size: 16px;
}
.default-page h3 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
 
.default-page h3 strong {
  font-size: 20px;
 
}
.default-page ol li, .default-page ul li {
    margin: 0;
    padding: 0 0 0 13px;
}
.default-page ol, .default-page ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.default-page ul {
    list-style: disc;
    margin-bottom: 20px;
}
.default-page p a, .default-page ul li a {
    color: #ba7540;
}
.default-page p a:hover, .default-page ul li a:hover {
    color: #000;
}
 
.default-page p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.default-page p strong br {
    display: none;
}
.default-page p strong {
    font-size: 20px;
}
.default-page ol + p, .default-page ul + p {
    display: none;
}
 
 
@media(max-width:767px){
		.project-link {
    width: 100%;
}
    .pl-0 {
 
        width: 100%;
    }
.news-wrapper-latest .news-image {
    height: auto !important;
}
.home .projects .featured-project img {
    width: 100%;
}
.news-wrapper-latest .news-image {
    height: auto;
}
.news-wrapper-others .news-image {
        height: auto !important;
 }
}