.content__title {
	padding: 80px 0;
    color: #000;
    position: relative;
}

.content__title h1 {
	font-size: 40px;
	font-weight: 600;
}

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

.content__title p {
	font-size: 14px;
	position: relative;
}

.content {
	background-color: #fff;
	padding: 80px 0;
	min-height: 500px;
}

.content p {
	text-align: justify;
}

.content__title__background {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /* object-fit: fill; */
    z-index: -1;
}
