/* List Block */
.rf-form_list_block{
    position: relative;
    min-height: 15rem;
    padding: 1.45rem 1.15rem;
    color: #393939;
}

.rf-title_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1rem 0.5rem 1rem;
    border-bottom: 3px solid #707070;
    font-weight: bold;
}

.rf-info_block{
    display: flex;
    flex-direction: column;
}

.rf-text_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 3.65rem;
    padding: 0 1rem;
    border-bottom: 2px solid #707070;
}

.rf-text_block a{
    color: #393939;
}

/* Mobile Style */
@media only screen and (max-width: 768px) {

    .rf-form_list_block {
        margin-top: 0;
    }

    .rf-title_block{
        display: none;
    }

}

/* Desktop Style */
@media screen and (min-width: 769px) {

    .rf-form_list_block{
        margin-top: 2.6rem;
        background-color: rgba(235, 235, 235, 0.97);
    }

}
