@media screen and (max-width: 600px) {
	.profile_box {
		flex-direction: column;
    		align-items: flex-start;
		.profile_name {
    			margin: 0 !important;
    			padding: 10px 0 !important;
			font-size: 18px !important;
		}
		.profile_name_data {
			width: 100%;
			.float-end {
				float: unset !important;
			}
		}
		.profile_data {
			padding: 0 !important;
		}
		.profile_row {
			display: flex;
			flex-direction: column;
			.profile_row_label {
				width: 100% !important;
			}
		}

	}
}