h1 {
	margin-bottom:45px;
}

h2 {
	margin-top: 45px;
}

h4 {
	margin-top: 45px;
}

.features h2 {
	margin-bottom: 30px;
}




/* -------------------------------------
	Info-row (temperature features)
---------------------------------------- */

.info-row-wrapper {
	padding:0px 0px 50px 0px;
}

.info-row {
	padding: 50px 1rem;
}

.info-row-bg {
	background-color: #eaeaea;
}

.info-row .image-wrapper {
	padding: 0px;
	margin-bottom: 30px;
}

.info-row img {
	max-width: 100%;
	border-radius: 10px; /* Du kan justere denne verdien etter ønske */
    overflow: hidden;
}


/* Adjustments for tablets */

@media (min-width: 768px) {

}

/* Adjustments for desktops */

@media (min-width: 992px) {

	.info-row {
		padding: 50px 0px;
	}

	.info-row .image-wrapper {
		padding:0px 30px;
	}

}

/* Adjustments for large desktops */

@media (min-width: 1200px) {

}





/* -------------------------------------
	Blocks (othersensors)
---------------------------------------- */

.block-title h3 {
	word-wrap: break-word;
}

.block-title {
	margin-bottom: 30px;
}

.block-title p {
    margin: 0;
    line-height: 1em;
    color: #2b3cc8;
    font-weight: 500;
    font-size: 18px;
}

.block-title h3 {
    margin: 0;
    font-weight: 800;
    font-size: 46px;
}

.page-section h2 {
	margin: 100px 0px 40px 0px;
	font-size: 3.5rem;
}











/* -------------------------------------
	Pricing
---------------------------------------- */

.pricing-area {
	padding: 3% 0;
	text-align: center;
}

.equal-height-col {
    display: flex;
    flex-direction: column;
}

.equal-height-col .single-pricing {
    flex-grow: 1;
}

.equal-height-col .first-column {
	color: #fff;
    position: relative;
    background-color: #2b3cc8; 
    background-image: url('/assets/img/Mobile_hand_small.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

/* For mobile and smaller screens */
@media (max-width: 768px) { /* Adjust the breakpoint according to your needs */
    .equal-height-col .first-column {
        /* This applies a semi-transparent black overlay on top of the background image */
        background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5)), url('/assets/img/Mobile_hand_small.png');
    }
}

.single-pricing {
	background: #fcfcfc;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	transition: all .5s ease;
	border-radius: 15px;
	padding: 20px;
}
.deal-type {
	/* background: linear-gradient(to bottom, #382fb4, #2f32ff); */
	padding: 15px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	/* color: #fff; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.deal-amount {
	clip-path: polygon(0 0, 100% 0%, 100% 60%, 51% 100%, 0 60%);
	/* background: linear-gradient(to right, #2f32ff, #2f32ff); */
	padding: 25px 0;
	/* color: #fff; */
}
.price .money {
	font-size: 60px;
	font-weight: 900;
}
.price .money sup {
	font-size: 40px;
	font-weight: 500;
}
.single-deal {
	padding: 15px 0;
	list-style: none;
}
.single-deal li {
	font-size: 18px;
	font-family: montserrat;
	padding: 10px 0;
}
/* .btn {
	background: linear-gradient(to right, #ff512f, #f09819);
	border: none;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 10px 50px;
	color: #fff;
} */
.single-pricing:hover {
	transform: scale(1.05);
}
@media (max-width: 767px) {
	.single-pricing {
		margin-bottom: 30px;
	}
}





/* -------------------------------------
	Footer
---------------------------------------- */

.footer h2 {
	font-size: 1.8rem;
	margin-top:0px;
}


footer {
	margin-top:200px;
	background-color: #ebebeb;
}


footer a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	border-bottom: 0px;
	text-decoration: none;
}





/* -------------------------------------
	Responsive tweaks
---------------------------------------- */

@media (max-width: 767px) {
	h1 {
		padding-left: 1rem !important;
		margin-bottom:5px;
	}

	.page-text {
		padding-top: 0rem;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.ingress {
		padding-top: 2rem;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	section {
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
	
	footer {
		margin-top:50px;
	}

	.px-5 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}





a.thumbnail {
	text-decoration: none;
}

img.thumbnail {
	max-width: 250px;
	border:1px solid #eaeaea;
	padding:10px;
	margin:5px;
	border-radius: 8px;
}