.connection-format {
	background-color: #F2F2F2;
	padding: 0;
}

.connection-format__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	width: 100%;
	padding: 32px;
	background-color: #1F2229;
	border-radius: 40px;
	color: #ffffff;
}

.connection-format__title {
	width: 100%;
	margin: 0;
	font-family: 'Halvar Breit Rg', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
	word-break: break-word;
}

.connection-format__items {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
}

.connection-format__column {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.connection-format__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.connection-format__icon {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

.connection-format__icon img {
	position: absolute;
	display: block;
}

.connection-format__icon--sim img:first-child {
	inset: 25% 31.25%;
	width: 37.5%;
	height: 50%;
}

.connection-format__icon--sim img:last-child {
	inset: 0 12.5%;
	width: 75%;
	height: 100%;
}

.connection-format__icon--esim img {
	inset: 14.58%;
	width: 70.84%;
	height: 70.84%;
}

.connection-format__icon--transfer img {
	inset: 12.5% 12.5% 12.5% 12.75%;
	width: 74.75%;
	height: 75%;
}

.connection-format__icon--no-minus img {
	inset: 9.26%;
	width: 81.48%;
	height: 81.48%;
}

.connection-format__icon--infinity img:first-child {
	inset: 31.24% 50% 31.26% 6.25%;
	width: 43.75%;
	height: 37.5%;
}

.connection-format__icon--infinity img:last-child {
	inset: 31.24% 6.26% 31.26% 49.99%;
	width: 43.75%;
	height: 37.5%;
}

.connection-format__content {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	min-width: 0;
	color: #ffffff;
}

.connection-format__item-title {
	width: 100%;
	margin: 0;
	font-family: 'Halvar Breit Rg', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	color: #ffffff;
	word-break: break-word;
}

.connection-format__text {
	width: 100%;
	margin: 0;
	font-family: 'Rooftop', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	color: rgba(255, 255, 255, 0.7);
	word-break: break-word;
}

.connection-format__text--long {
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1199px) {
	.connection-format__card {
		padding: 32px 24px;
	}

	.connection-format__items {
		flex-direction: column;
		gap: 12px;
	}

	.connection-format__column {
		width: 100%;
		flex: none;
	}

	.connection-format__icon {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
	}

	.connection-format__item-title {
		font-size: 14px;
	}

	.connection-format__text {
		font-size: 12px;
	}
}

@media screen and (max-width: 800px) {
	.connection-format__card {
		padding: 32px 20px;
	}
}
