/*--------------------------------
header
--------------------------------*/
header {
	margin: 0px;
	overflow: hidden;
	position: relative;
	height: 60vh;
	min-height: 500px;
}


/*--------------------------------
body
--------------------------------*/
/* WORKS interview display none ******************/
.works .interview {
	display: none;
}

.works .container .pb-md-5 {
	margin-bottom: 0 !important;
}

/* WORKS interview display none ******************/

/* CONTENT01 ******************/
.content1 {
	background: #e0031c;
	padding: 4rem;
}

/* CONTENT02 ******************/
.content2 {
	background: #fff;
}

.content2 h2,
.content2 h3,
.content2 h4,
.content2 h5,
.content2 h6 {
	margin-top: 2rem;
}

.content2 p {
	margin-top: 1rem;
}

.content2 h2 {
	font-weight: bold;
	padding-left: 1.5rem !important;
	position: relative;
	font-size: 2.5rem;
	line-height: 1.6;
}

.content2 h2::before {
	content: "";
	background: #e0031c;
	border-radius: 50%;
	width: .9rem;
	height: .9rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

/* CONTENT03 ******************/
.pcflex {
	display: flex;
}

.spflex {
	display: none;
}

/*--------------------------------
media
--------------------------------*/
@media (max-width: 991px) {
	/** content1 ************************/
	/** content2 ************************/
	/** About as ************************/
}

@media (max-width: 767px) {
	.pcflex {
		display: none;
	}

	.spflex {
		display: flex;
	}

	header {
		height: 30vh;
	}

	main {
		margin-top: 55px;
	}

	.content2 h2 {
		font-size: 2rem;
	}

	/** content1 ************************/
	.content1 {
		padding: 3rem;
	}

	/** content2 ************************/

}

@media (max-width: 575px) {
	.sc {
		max-width: 170px;
	}
}