.assistance__content__wrapper {
}

.assistance-img {
    width: 100%;
    margin-top: 30px;
}

.assistance__header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}

.assistance-title {
    font-size: 23px;
    font-family: ProximaNova, serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.assistance-btn {
    background-color: #3E3E3E;
    border: 1px solid #3E3E3E;
    color: #FFFFFF;
    padding: 15px;
    transition: all ease .2s;
    display: block;
    text-align: center;
}

.assistance-btn:hover {
    border: 1px solid #3E3E3E;
    color: #3E3E3E;
    background-color: transparent;
}

.assistance-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.assistance__info__wrapper {
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .assistance__header__row {
        margin-bottom: 20px;
    }

    .assistance-btn {
        width: 100%;
        margin: 20px 0;
    }

    .assistance-img {
        margin-top: 15px;
    }
}