#header {
	background-image: url('/wp-content/themes/lisnr/images/about-us/header.png');
	height: 400px;
	background-size: cover;
	background-position: bottom center;
	margin-top: 60px !important;
}

#header .container, #header .row {
	height: 100%;
}

#header .row {
	display: flex;
	align-items: center;
}

#header h1 {
	color: #ffffff;
}

#second-section {
	background: url(/wp-content/themes/lisnr/images/technology/fourth-section-background.png);
	background-size: 70%;
	background-position: top center;
	background-repeat: no-repeat;
}

.desktop-hidden {
    display: none;
}

.resumator-job-title {
	font-family: 'Open Sans' !important;
	padding-top: 1em !important;
	margin-top: 1em !important;
	font-size: 1.5em !important;
}

.resumator-job-info, .resumator-job-info-details {
	font-family: 'Open Sans' !important;
	font-size: 1.1em !important;
}

.resumator-job-link {
	font-family: 'Open Sans' !important;
	font-size: 1.2em !important;
	font-weight: 600 !important;
	color: #5D48AA !important;
	display: block;
	margin-top: 1em !important;
}

.resumator-job-description-text, .resumator-job-description li, .resumator-job-description p, .resumator-job-description li span, .resumator-job-description p span {
	font-family: 'Open Sans' !important;
}

.resumator-buttons li:last-child {
	display: none !important;
}

@media only screen and (max-width: 1350px) {
	#header {
		height: 350px;
	}
}

@media only screen and (max-width: 992px) {
	#second-section {
		background-image: unset;
    }

    .desktop-hidden {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
	#header {
		height: 200px;
	}
}