.container {
    max-width: 1180px;
    clear: both;
}
.textBlock__row {
    margin: 70px 0;
}
.footer__cont {
    padding-bottom: 0;
}
.textBlock__col:nth-child(1) {
    width: 50%;
}
.textBlock__col:nth-child(2) {
    width: 50%;
}
.info__box {
    position: relative;
    width: 50%;
    padding: 0px 15px 30px 15px;
    display: inline-block;
}
.info__text,
.types__text,
.people__text {
    display: block;
    position: relative;
    text-align: left;
    max-width: 700px;
    margin: 20px auto 0px auto;
    padding: 0px 15px;
}
.info__text p,
.types__text p,
.people__text p {
    display: block;
    position: relative;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    font-size: 17px;
    line-height: 28px;
}
.info__item-img {
    padding: 0 0 20px;
}
.info__item {
    display: block;
    position: relative;
    text-align: left;
    min-height: 270px;
    border-radius: 10px;
    padding: 25px;
    background-color: #1C1C1C;
    text-decoration: none;
    color: #fff;
}
.info__item-title {
    display: block;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 14px;
}
.info__item-text {
    display: block;
    position: relative;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}
.info__cont {
    margin-top: 45px;
}
.people__item {
    padding: 25px;
    min-height: 150px;
}
.people__item-img {
    display: inline-block;
    float: left;
    margin-right: 25px;
    min-height: 170px;
}
.people__item-text p {
    text-align: left;
}
.people__item-info {
    text-align: left;
}
.questions {
    list-style: none;
    padding: 0;
    margin: 50px 0;
    color: #fff;
}
.questions .question {
    border-top: 1px solid rgba(255,255,255,0.15);
    display: block;
    width: 100%;
    padding: 25px 0;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    font-size: 24px;
}
.questions .answer {
    display: none;
    color: rgba(255,255,255,0.6);
    padding: 40px 0 0;
}
.questions .arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    transform: rotate(90deg);
    transition: all .4s;
}
.questions .question.open .arrow {
    transform: rotate(270deg)
}
.questions .question.open .arrow svg g > g {
    fill: #fff;
}
.footer {
    padding-bottom: 100px;
}
.footer__logo {
    margin-top: 30px;
}
.footer__menu {
    padding-left: 30px;
    margin: 30px 0 30px auto;
}
.footer_heading {
    display: block;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 14px;
}
.footer__menu-list {
    text-align: left;
}
.footer__menu-list li {
    display: block;
    margin-left: 0;
}

@media (max-width: 768px) {
    .info__box {
        display: block;
        width: auto;
        padding-bottom: 15px;
    }
    .footer {
        padding-bottom: 30px;
    }
    .footer__menu {
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .matching__cont {
        display: flex;
    }
    .matching__box {
        width: 50%;
    }
}