.top-title {
    text-align: center;
    background-color: #003761;
    color: #fff;
    padding: 10px 0;
    font-weight: 800;
}
.top-title p {
    font-size: 1rem
}
.bottom-img {
    height: 185px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.bottom-img li {
    color: #000
}