.userConditions-wrapper {
    padding: 30px 2%;
}

    .userConditions-wrapper.open .wrapper-footer {
        border-bottom: none !important;
    }

    .userConditions-wrapper .title-wrapper {
        display: flex;
        align-items: center;
        padding: 0 !important;
        cursor: pointer;
        position: relative;
    }

        .userConditions-wrapper .title-wrapper .arrow {
            width: 50px;
            height: 50px;
            margin-top: 0;
            position: absolute;
            right: 15px;
            margin-left: 50px;
            stroke-width: 2px;
        }

    .userConditions-wrapper div .text-wrapper {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.2em;
        width: 100%;
        padding: 0 50px;
        text-transform: uppercase;
    }

    .userConditions-wrapper ol li {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .userConditions-wrapper.open svg {
        transform: rotate(-90deg);
    }

    .userConditions-wrapper.open .ol-outter {
        padding-top: 30px;
        padding-right: 20px;
        max-height: 6000px;
        overflow: hidden;
        transition: max-height 900ms linear, padding-top 100ms linear;
    }

    .userConditions-wrapper .ol-outter {
        padding-top: 0px;
        max-height: 0;
        padding-right: 20px;
        margin-bottom: 0;
        overflow: hidden;
        transition: max-height 900ms linear, padding-top 100ms 700ms linear;
    }

#open-conditions-nav .wrapper-footer {
    margin: 0 2%;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
    .userConditions-wrapper {
        padding: 50px 2%;
    }

        .userConditions-wrapper .title-wrapper .arrow {
            position: relative;
        }

        .userConditions-wrapper div .text-wrapper {
            font-size: 32px;
        }
}
