.module-apps li h5 {
    font-size: 16px;
    font-weight: bold;
}
.module-apps ul.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.module-apps ul.grid-2 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
}
.module-apps ul {
    margin-bottom: 30px;
}
.logo {
    width: 150px;
}
.nav ul li {
    padding: 0 18px;
}
.cert-list ul {
    grid-template-columns: repeat(5, 1fr) !important;
}
.ftop .fnav a {
    font-size: 16px;
}
.article-list img {width: 100%}
.ftop .fnav a:not(:last-child) {
    margin-right: 50px;
}
.article-list .lists ul.scene {
    grid-template-columns: repeat(2, 1fr);
}