.rmp_info_block.dpo_about ul {
	padding-left: 2vw;
	list-style: disc;
}

.rmp_dpo_steps>ul,
.rmp_dpo_structure>ul {
    padding: 0;
    margin: 0;
    display: flex;
    padding: 0 4vw;
    box-sizing: border-box;
    justify-content: space-between;
    list-style: none;
    color: #005b95;
}

.rmp_dpo_steps>ul>li {
    width: 17%;
}

.rmp_dpo_structure>ul>li {
    width: 22%;
}

.rmp_step_container {
    background: #a6cde6;
    border-top: .2vw solid #005b95;
    box-sizing: border-box;
    padding: 0 1vw;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
    height: 7vw;
    padding-top: .7vw;
    font-size: 1vw;
}

.rmp_step_uptext {
    font-weight: 900;
    height: 1.5vw;
    font-size: 1.1vw;
}

.rmp_step_title {
    font-weight: 900;
    padding-bottom: .7vw;
    font-size: 1.2vw;
}

section.rmp_dpo_desc {
    color: #005b95;
    text-align: center;
    font-size: 2vw;
    box-sizing: border-box;
    padding: 5vw 16vw 0;
}


section.rmp_dpo_desc {
    color: #005b95;
    text-align: center;
    font-size: 2vw;
    box-sizing: border-box;
    padding: 5vw 16vw 0;
}

.header-container::before {
    display: none;
}

.rmp_dpo_section_title {
    color: #005B95;
    font-size: 2.6vw;
    font-weight: 900;
    margin-bottom: 3vw;
}

.rmp_dpo_section_question_close {
    display: inline-block;
    float: right;
    cursor: pointer;
}

#rmp_dpo_question {
    padding: 0 4vw;
}

.rmp_info_block_container.sended_message {
    margin: 3vw auto 3vw;
}

@media screen and (max-width: 750px) {
	.rmp_info_block.dpo_about ul {
		padding-left: 3vw;
	}

	.rmp_dpo_steps>ul>li {
	    width: 48%;
	}

	.rmp_dpo_steps>ul, .rmp_dpo_structure>ul {
	    flex-wrap: wrap;
	}

	.rmp_step_uptext {
	    font-size: 3vw;
	    height: 4vw;
	    margin-top: 2vw;
	}

	.rmp_step_title {
	    font-size: 3vw;
	}

	.rmp_step_container {
	    font-size: 3vw;
	    height: 18vw;
	}

	.rmp_dpo_structure>ul>li {
	    width: 48%;
	}

	.rmp_dpo_structure .rmp_step_container {
	    height: 27vw;
	}

	section.rmp_dpo_desc {
	    font-size: 3vw;
	    padding: 15vw 5vw 8vw;
	}

	.rmp_dpo_section_title {
	    font-size: 7vw;
	    margin-bottom: 6vw;
	}
}