@charset "UTF-8";

@media screen and (max-width: 768px){
        .block_table_7.w20 table tr:nth-of-type(1)>td:first-child,
        .block_table_7.w20 table tr:nth-of-type(1)>th:first-child{
	        width: 25% !important;
        }
	.block_table_7 table{
		white-space: normal;
	}
        .block_table_7 table th{
                font-size: 1.7rem;
        }
}