.table-responsive th{
background-color: rgb(3 5 84 / 90%);
text-align:center;
color:#fff;
font-size:27px;
}

.table-responsive{
	background: linear-gradient(-68deg,#605c62,#4f4b58);
	color:#fff;
	margin-bottom: 24px;
}
.table {
   
    margin-bottom: 0px;
}
.terms{
	font-size:37px;
	 margin-top:20px;
	 color: #e1d15a;
}
.table-responsive td {
	font-weight:400; 
	font-size:20px;
	background-color: rgb(3 5 84 / 90%);
	color:#fff;
}
.table-responsive tr {
	font-size:27px;
}
.business_plan {
    font-weight: 400;
    text-align: center;
    line-height: 2.5;
    padding: 20px;
    background-size: cover;
    /*background-image: url(../Content/front/assets/images/bs.jpg);*/
    background-image: url('../images/bs.jpg');
    box-shadow: 0px 0px 2px #000;
    margin: 20px auto;
    width: 80%;
}
.b{
	
	color:#e1d15a;
	text-align: center;
	font-size: 26px;
}
.join{
	font-size: 30px; 
	color:#eaa809;
	}
.types{
	font-size: 30px; 
	color: #e1d15a;
}
.direct{
	font-size:34px;
	color:#fff;
}
.binary{
	font-size:34px;
	color:#eaa809;
	text-align:center;
}
.p{
	font-size: 20px;
	color: #fff;
}
@media only screen and (max-width:1200px)
{
.img-width img {
	width:100%;
}
}