.page-content__image-back {
	opacity: 1;
}

.page-content__preview {
	padding: 20px 0;
	justify-content: flex-start;
}

.page-content__preview .page-content__title {
	position: relative;
	margin: 20px auto;
	padding: 20px;
	color: #004a80;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.page-content__title::after, .page-content__title::before {
    background-color: #31a8db;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.page-content__title::before {
	top: 8px;
}
.page-content__title::after{
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.page-content__preview {
		height: 330px;
		justify-content: center;
	}
	.page-content__image-back {
		object-position: 31% 0%;
	}
	.page-content__brand {
		height: 130px;
		margin: 0 auto 20px;
	}
	.page-content__preview .page-content__title {
		font-size: 30px;
	}
}