@charset "UTF-8";
/* CSS Document */

/*compe_one*/
/* ============================================ */
/**/
.compe_one {
	justify-content: center;
	padding-top: 50px
}
.compe_one img {
	width: 10%;
	background-color: transparent;
	background-image: none;
	margin: auto;
	display: block;
	padding-bottom: 50px;
}
.compe_one .tittle h1 {
    color: #031e61;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}
.sub_title h2 {
	font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding-bottom: 30px;
}
.compe_one h3 {
	font-size: 18px;
	line-height:  30px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
.compe_one img {
	width: 50%;
	background-color: transparent;
	background-image: none;
	display: block;
	padding-bottom: 20px;
}
.compe_one .tittle h1 {
    color: #031e61;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
    }