.test-list .list-wrapper .logo-block, .test-list .list-wrapper .list-block {
    width: 49%;
}
.test-list .list-wrapper .logo-block {
    border-right: 0.133vw solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.test-list .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.test-list {
    padding-top: 11.2vw;
    padding-bottom: 11.2vw;
}
.test-list .list-wrapper .logo-block img {
    max-width: 33.111vw;
}
.test-list .list-wrapper .list-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 36.533vw;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.test-list .list-wrapper .list-block ul li a {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 1.867vw;
    line-height: 250%;
    font-weight: 300;
    font-family: 'Acumin Pro';
}
.test-list .list-wrapper .list-block ul li a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    .test-list .container {
        max-width: 84.8vw;
    }
}
@media only screen and (max-width: 1199px) {
    .test-list .list-wrapper .list-block ul li a {
        font-size: 22px;
        line-height: 36px;
    }
    .test-list {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .test-list .list-wrapper .list-block ul li a {
        font-size: 19px;
        line-height: 40px;
    }
    .test-list .list-wrapper .list-block ul {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .test-list .list-wrapper .logo-block, .test-list .list-wrapper .list-block {
        width: 100%;
    }
    .test-list .list-wrapper .logo-block {
        border: 0;
        position: relative;
        padding-bottom: 100px;
        margin-bottom: 100px;
    }
    .test-list .list-wrapper .logo-block:after {
        content: "";
        position: absolute;
        width: 128px;
        height: 2px;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .test-list .list-wrapper .list-block ul {
        max-width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .test-list .list-wrapper .logo-block img {
        max-width: 337px;
    }
    .test-list .list-wrapper .list-block ul li a{
        font-size: 22px;
        line-height: 36px;
    }
}