@media only screen and (min-width: 735px) {
	.section-index-section .index-group:last-of-type {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 734px) {
	.section-index-section .index-group:first-of-type {
		width: 100%;
		padding-inline-end: 0;
	}
}
