.main-titles {
    margin-bottom: 60px
}

.instruction-titles__first {
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    margin: 0 0 4px;
    font-family: ClashDisplay-Semibold, sans-serif;
    color: #d6d8d8;
    margin-bottom: 20px
}

.instruction-titles__second {
    line-height: 23px;
    text-align: center;
    margin: 0;
    color: #d6d8d8;
    font-family: raleway-regular, sans-serif;
    max-width: 508px;
    font-size: 16px
}

.faq-instruction {
    margin-bottom: 50px
}

.faq-list-instruction {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0
}

.faq-list__item {
    margin: 0 0 30px;
    max-width: 47%
}

.faq-list__item-span {
    display: inline-block;
    font-family: raleway-bold, sans-serif;
    color: #ff6a5e;
    background-color: #000000;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 15%;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 41px
}

.faq-list__item:nth-child(3) span {
    line-height: 38px
}

.faq-list__item:nth-child(4) span {
    line-height: 36px
}

@media (min-width:1200px) {
    .faq-list__item {
        min-width: 47%
    }
}