.internatitle {
	position: relative;
	padding: 80px 0;
}

.internatitle__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: brightness(0.2);
    /* object-fit: cover; */
    z-index: -1;
}

.internatitle .container--1{
	flex-flow: column wrap;
}

.internatitle h1 {
	color: #fff;
	font-size: 40px;
	font-weight:500;
}

.internatitle .h1-sub a { color:#FFF; text-decoration:none; transition: 0.5 ease }
.internatitle .h1-sub a:hover { text-decoration:underline; }


.internatitle p {
	color: #fff;
}

.internacontent {
	padding: 40px 0;
	min-height: 400px;
}