.mobo_power {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    border-radius: 16px;
    padding: 0px;
	background: #f9f9f9;
	margin-top: 30px;
}
.mobo_power .col-md-6, .mobo_power .col-md-12 {
	padding: 0px;
}
.mobo_power .col-md-6 .col-md-12 {
    padding: 10px;
    text-align: center;
}
.mobo_power .col-md-12 .col-md-12 {
    padding: 10px;
    text-align: center;
}
.mobo_power .col-md-6:nth-of-type(3), .mobo_power .col-md-6:nth-of-type(4) {
	border-bottom: 1px solid rgb(235, 235, 235);
}
.mobo_power .col-md-6:nth-of-type(1) .col-md-12:first-of-type {
	background: #ebebeb;
	border-radius: 15px 0 0 0;	
}
.mobo_power .col-md-6:nth-of-type(1) {
	border-right: 1px solid #dddddd;
}
.mobo_power .col-md-6:nth-of-type(2) .col-md-12:first-of-type {
	background: #ebebeb;
	border-radius: 0 15px 0 0;	
}
.mobo_power .col-md-12 .col-md-12:first-of-type {
	background: #ebebeb;
}
.mobo_power .col-md-12 .col-md-12:last-of-type, .mobo_power .col-md-6 .col-md-12:last-of-type {
	font-weight: 600;
	font-size: 18px;
}
.disclaimer {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
}
@media (max-width: 899px) {
	.mobo_power .col-md-6:nth-of-type(1) .col-md-12:first-of-type {
		border-radius: 15px 15px 0 0;	
	}
	.mobo_power .col-md-6:nth-of-type(2) .col-md-12:first-of-type {
		border-radius: 0;	
	}
	.mobo_power .col-md-6:nth-of-type(1) {
		border-right: 0px;
	}
}