.padding-top{
padding-top: 60px;
}
.section-title h1{
color: #fff;
font-weight: bold;
}
.site-map {
margin-left: 20px;
padding-bottom: 10px;
}
.site-map li{
list-style: none;
display: inline-block;
color: #fff;
}
.site-map li a{
color: #fff;
}
.site-map li i{
padding: 0 5px;
color: #fff;
}
@media screen and (max-width: 768px) {
.header-in #logo-img {
width: 80px !important;
margin-top: -15px !important;
margin-bottom: 10px !important;
}
.reading-box h3{
font-size: 16px !important;
}
.button.middle {
line-height: 20px !important;
}
.wel-title{
font-size: 14px !important;
}
}
@media screen and (max-width: 992px) {
.header-in #logo-img {
width: 80px !important;
margin-top: -15px !important;
margin-bottom: 10px !important;
}
.reading-box h3{
font-size: 16px !important;
}
.button.middle {
line-height: 20px !important;
}
.wel-title{
font-size: 14px !important;
}
}
|