
.briefBG {
	padding-top: 5em;
	padding-bottom: 5em;
	}

	#briefModel {
	border-left: none !important;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 20px;
	font-size: 38pt;
	line-height: 38pt;
	color: #CCC;
	}
	#briefDesc {
	margin-left: 55px;
	}
	.bg-img6{
	background: url("../img/header/18.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #000000 !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	}
	#briefPhoto{
	width:100%;
	}
	@media screen and (min-width: 1080px) {
		.briefSet {
		display: flex;
		margin: 0 auto;
		align-items: center;
		width: 80%;
		}
		.briefSetInner {
		width: 50%;
		}
		.wrapper {
		padding: 3em 0 0 0;
		position: relative;
		}
		#briefModel {
		font-family: 'Kusanagi-Regular', 'NovaRg', 'Zen Dots', 'Audiowide', 'Orbitron', sans-serif !important;
		}
	}
	@media screen and (max-width: 480px) {
		.briefSet {
			margin: 0 auto;
			width: 100%;
		}
		#briefDesc {
			margin-left: 0px;
		}

	}