.pages-wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
.row{
    width: 50%;
}
.row ul li{
    list-style: none;
}
.row h2{
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .pages-wrapper{
        display: block;
    }
    .row{
        width: 100%;
    }
}