
/*////////////////////////////////////
standard
////////////////////////////////////*/

@media screen and (min-width: 768px) {

#security_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#security_place {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#security_place h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#security_place h4 {
	display: block;
	background: rgba(46,78,116,1.00);
	font-size: 1.6rem;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#security_place p {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#security_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#security_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#security_place h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#security_place h4 {
	display: block;
	background: rgba(46,78,116,1.00);
	font-size: 1.6rem;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#security_place p {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}


}






/*////////////////////////////////////

////////////////////////////////////*/

@media screen and (min-width: 768px) {



}

@media screen and (min-width: 0px) and (max-width: 767px) {

}