/* ============================================================================================
	RENTAL SECTION 1 / PATTERN
============================================================================================ */
.hhobar-rental-section-1-tel a {
	text-decoration: none
}
.hhobar-device-item {
	flex-flow: column;
	gap: 0 1em;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
.hhobar-device-content {
	align-items: center !important
}
.hhobar-device-amount {
	display: inline-flex !important;
	padding: 1em 2em;
	border-radius: 50%;
	border: 1px solid currentColor
}
.hhobar-device-image {
	width: 100%
}
.hhobar-device-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover
}
@media screen and (min-width: 768px) {
	.hhobar-device-item {
		flex-flow: row nowrap
	}
	.hhobar-device-image {
		width: 40%
	}
	.hhobar-device-content {
		flex: 1;
		min-width: 0
	}
}
