
.terminals {
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 2rem;
	display: grid
}

#terminals.wrapper{
	padding: 3rem 1rem;
}

@media (min-width: 640px) {
	.terminals {
		grid-template-columns: repeat(2, 1fr)
	}
}

.terminals__card {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 27px
}

.terminals__image-wrapper {
	width: 100%;
	height: 325px;
	background: #f6f8fa;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.terminals__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 14px;
	padding: 1rem
}

.terminals__content {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.terminals__title {
	color: #0b0b0d;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 0
}

.terminals__description {
	color: #6c7574;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0
}

.terminals__pricing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto
}

.terminals__price {
	color: #0b0b0d;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px
}

.terminals__monthly {
	display: flex;
	align-items: center;
	gap: 4px
}

.terminals__monthly-amount {
	color: #0b0b0d;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px
}

.terminals__monthly-label {
	color: #404245;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px
}
