@charset "utf-8";

#activity_obog{
	padding-top:50px;
	padding-bottom:150px;
}

h3.title span{
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
}

ul.company_list_ob{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 55px;
}

ul.company_list_ob li{
	width: 23.2%;
	margin-right: 2.4%;
	margin-bottom: 28px;
}

ul.company_list_ob li h3{
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	margin-top: 10px;
	text-align: center;
}

ul.company_list_ob li .link{
	color:#989898;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	margin-top: 10px;
}

ul.company_list_ob li .image img{
	border: solid 1px #D1E0E3;
	border-radius: 12px;
}

ul.company_list_ob li .link a{
	color:#989898;
}

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

	ul.company_list_ob li:nth-child(4n){
		margin-right:0;
	}
	

}

@media (max-width:999px) {

}

@media (max-width: 825px) {

}
@media (max-width: 425px) {
	#activity_obog{
		padding-bottom:50px;
	}

	ul.company_list_ob{
		justify-content: space-between;
	}

	ul.company_list_ob li{
		width: 47.69%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	
	ul.company_list_ob li h3{
		font-size: 14px;
	}
	ul.company_list_ob li .link{
		font-size: 12px;
	}
	
	
}

