/* Beyond The Basic Section Start */
.beyond-basic ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:1.5em;
}
.beyond-basic ul li{
	width: 48%;
}
/* Beyond The Basic Section End */

@media only screen and (max-width:767px){
	.beyond-basic ul li {
       width: 100%;
   }
}