.smp_h1 {
    margin-bottom: 30px;
}
.smp_wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.smp_left, .smp_right {
    width: 100%;
    margin-bottom: 60px;
}
.smp_title {
    margin-bottom: 10px;
}
.smp_wrp a {
    color: #162842;
    transition: all .5s;
}
.smp_wrp a:hover {
    color: #92BEDF;
}
.smp_wrp ul {
    padding: 10px 0 5px;
}
.smp_wrp li {
    margin-bottom: 10px;
}
/**/
@media (min-width: 992px) {
    .smp_left, .smp_right {
        width: calc(50% - 20px);
    }
}