.line-banner--ga {
	background: linear-gradient(90deg, #DEF0BB 0%, #DEF0BB 44.23%, #F5FFE2 99.03%);
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 800px) {
	.line-banner--ga {
		justify-content: flex-start;
	}
}

.line-banner--ga .line-banner__title {
	font-size: 22px;
	margin-bottom: 0;
}

.line-banner--ga__img {
	max-height: 8.4375rem;
}
@media (min-width: 800px) {
	.line-banner--ga__img {
		position: absolute;
		right: 1.875rem;
	}
}

.line-banner--ga__badge {
	background-color: #ffd54f;
	font-weight: 700;
	border-radius: 50px;
	white-space: nowrap;
	color: #000;
	padding: 0.1875rem 0.625rem;
	display: inline-block;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
@media (min-width: 800px) {
	.line-banner--ga__badge {
		position: absolute;
		margin-left: 1.25rem;
		margin-top: 0;
		margin-bottom: 0;
	}
}
