.cooperation span:first-child{
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: inline-block;
	padding-bottom: 30px;
}
.cooperation span:nth-child(2){
	font-size: 18px;
	padding-bottom: 40px;
}
.cooperation .logo span{
	text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding-top: 14px;
    font-weight: 600;
}
.cooperation p{
	font-size: 16px;
	color: var(--global-dark-second-color);
}
.cooperation table tr td{
	border: none;
}
.cooperation table tr:nth-child(1){
	border-top: 1px solid #414141;
}
.cooperation table tr:last-child{
	border-bottom: 1px solid #414141;
}

.cooperation table tr .col-2{
	font-weight: 600;
}

.cooperation table tr .col-4{
	color: #2879c3;
	text-decoration: underline;
}
.row.logo div img {
	margin: 0 auto;
	display: block;
}
.partner-btn{
	display: none;
}
.cooperation table tr td.col-6 span {
	font-size: 16px;
	font-weight: 100;
	padding: 0;
}
@media (max-width:992px) {
	.partner-btn{
		display: inline-block;
		padding: 10px!important;
		font-size: 9px!important;
		float: right;
	}
	.partner-btn:hover{
		font-size: 9px!important;
		text-decoration: none;
	}
	.cooperation table tr td.col-6 span {
		display: none;
	}
}
@media (max-width:480px) {

	section.cooperation.landing-padding {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		padding-bottom: 0;
	}
	.cooperation span:first-child {
		padding-bottom: 20px;
	}
	.cooperation span:nth-child(2) {
		font-size: 16px;
		padding-bottom: 30px;
	}
	.cooperation .logo img {
		margin: 0 auto;
		display: block;
	}
}
