.webtwin-repeater {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 14px;
	row-gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webtwin-repeater__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin: 0;
	padding: 20px 30px;
	border-radius: 8px;
	background-color: #f15a24;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	overflow-wrap: anywhere;
}

.webtwin-repeater__notice {
	padding: 14px 16px;
	border: 1px dashed #b7bec7;
	border-radius: 4px;
	background: #f6f7f8;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.webtwin-repeater {
		column-gap: 10px;
		row-gap: 10px;
	}

	.webtwin-repeater__item {
		padding: 14px 18px;
		font-size: 18px;
	}
}
