.coverage {
	padding-top: 100px;
	padding-bottom: 50px;
}

.coverage__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.coverage__badge {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}

.coverage__badge-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.coverage__badge-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.coverage__heading {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

.coverage__description {
	width: 65%;
	max-width: 65%;
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

.coverage__map {
	width: 100%;
	margin-bottom: 70px;
}

.coverage__map-img {
	display: block;
	width: 100%;
	height: auto;
}

.coverage__columns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 70px;
	width: 100%;
}

.coverage__regions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1 1 0%;
}

.coverage__pills {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}

.coverage__pill {
	background-color: #F7F7F6;
	padding: 8px 24px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
}

.coverage__regions-note {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #031527BF;
}

.coverage__details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 16px;
	flex: 1.3 1 0%;
}

.coverage__detail {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.coverage__detail-header {
	display: flex;
	align-items: center;
	gap: 20px;
}

.coverage__detail-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.coverage__detail-title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.coverage__detail-list {
	margin: 0;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000000;
}

.coverage__detail-list li:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.coverage {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.coverage__description {
		width: 100%;
		max-width: 100%;
	}

	.coverage__columns {
		flex-direction: column;
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.coverage {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.coverage__badge {
		gap: 8px;
	}

	.coverage__description {
		margin-bottom: 20px;
	}

	.coverage__map {
		margin-bottom: 40px;
	}

	.coverage__details {
		flex-direction: column;
		gap: 24px;
	}
}
