/*
 Theme Name:   SevenIT - Divi 5 / LB Rent Theme
 Author:       7it ApS
 Author URI:   https://7it.dk
 Template:     Divi
 Version:      1.5.0
*/

.Service-Overskrift h1{
	color: white;
    background-color: rgba(180,4,44, 0.7);
    text-align: center;
    font-size: 40px;
    padding: 5px 60px 7px 70px;
    line-height: 120%;
	white-space: nowrap;
	position:absolute;
	bottom:140px;
	right:0;
}

@media only screen and (max-width: 800px) {
	.Service-Overskrift h1{
		font-size:30px;
		padding:5px 40px 7px 45px;
	}
}

@media only screen and (max-width: 400px) {
	.Service-Overskrift h1{
		font-size:20px;
		padding:5px 20px 7px 25px;
		bottom:100px;
	}
}

.lb-header-title {
	display:flex!important;
	align-items:center!important;
}

.lb-header-title h3 {
	padding-bottom:0px!important;
}