@media only screen and (min-width: 768px) {
        .archive_wrap.two {
            justify-content: center;
        }
        .archive_wrap.two .archive_inner {
            margin-right: 50px;
        }
        .archive_wrap.two .archive_inner:last-child {
            margin-right: 0;
        }
		.internet_map.one {
			justify-content: center;
		}
}