/** SPonership **/
.sponser_con_main {
	float:left;
	width:100%;
}
.sponser_con_main_one {
	float:left;
	width:23%;
	border:1px solid #6eb3fc;
	border-radius: 25px;
	height:500px;
	padding:2% 0 2% 5px;
	margin-left:5px;
	transition: 0.3s;
}
.sponser_con_main_one:hover{
	transform: scale(1.05);
}
.sponser_con_main_one h3 {
	font-size:25px;
	display:inline-block;
	color:#ff7700;
 font-family: "IBM Plex Sans", sans-serif;
  width:100%;
  padding:0 0 0 0;
  margin:0;
  text-align:center;
 }
.sponser_con_main_one h4 {
	font-size:20px;
	display:inline-block;
	color:#000000;
 font-family: "IBM Plex Sans", sans-serif;
  width:100%;
  font-weight:600;
  text-align:center;
    padding:0 0 0 0;
  margin:0;
 }	
 .sponser_con_main_one p {
	font-size:14px;
	display:inline-block;
	color:#000000;
 font-family: "IBM Plex Sans", sans-serif;
  width:100%;
  padding:5px 0 0 0;
  margin:0 0 0 0;
  text-align:left;
 }	
  .sponser_con_main_one .onecobron {
	font-size:14px;
	display:inline-block;
	color:#000000;
 font-family: "IBM Plex Sans", sans-serif;
  width:94%;
  padding:0 0 0 1%;
    margin:0 0 0 0;
  text-align:left;
      line-height: var(--ast-body-line-height,1.65);
 }
   .sponser_con_main_one .twocobron {
   float:left;
   width:5%;
   padding:3px 0 0 0;
   margin:0;
font-size:12px; color:#1eb059;
  } 

 
 
 

/** SPonership **/

@media only screen and (min-width:320px) {
.sponser_con_main_one {
	width:96%;
	margin-top:1%;
	margin-bottom:1%;
	height:auto;
}
}
@media only screen and (min-width:360px) {
.sponser_con_main_one {
	width:96%;
	margin-top:1%;
	margin-bottom:1%;
	height:auto;
}
  .sponser_con_main_one .onecobron {
  width:96%;
 }
   .sponser_con_main_one .twocobron {
   width:3%;
  } 
}

@media only screen and (min-width:360px) {
.sponser_con_main_one {
	width:96%;
	margin-top:1%;
	margin-bottom:1%;
	height:auto;
}
  .sponser_con_main_one .onecobron {
  width:98%;
 }
   .sponser_con_main_one .twocobron {
   width:1%;
  } 
}

@media only screen and (min-width:990px) {
.sponser_con_main_one {
	width:23%;
		height:540px;
	
}
  .sponser_con_main_one .onecobron {
  width:94%;

 }
   .sponser_con_main_one .twocobron {
   width:5%;

  } 
}