.smarthome .item-row {
    padding-block: 0 2rem;
}

.smarthome .headline__h1 {
	color: #393f45;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0;
    padding-block: .5em;
}

.smarthome .o-carousel .headline__h1 {
	font-weight: normal;
    font-size: 2rem;
}

.smarthome .box {
    position: relative;
}

.smarthome .box.hero-box {
	display: flex;
    place-items: center;
    flex-direction: column;
    background-color: #f3f4f6;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .smarthome .box.hero-box {
        flex-direction: row;
    }
}

.smarthome .box__content {
	width: 100%;
    padding-block: 0 3em;
    padding-inline: 2.25em;
	background-color: #f3f5f5;

}
@media screen and (min-width: 1024px) {
	.smarthome .box__content {
		width: 50%;
		padding-block: 2em;
	}
}

@media screen and (min-width: 1024px) {
	.smarthome .box__content:not(.smarthome .hero-box .box__content) {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		background-color: transparent;
		max-width: 35%;
	}

	.smarthome .box__content.box__content--right {
		left: auto !important;
		right: 0;
	}
}


.smarthome .box__content p {
	font-size: 1.1rem;
    margin: 0;
}
.smarthome .box.hero-box .box__content p {
	color: #6c7680;
}

.smarthome .notes {
    padding-inline: 2em;
    padding-block: 1em 2em;
}