 .box{
   /*  width: 100%; 
	width: calc(100% - 40px);
	width: calc(100% - 40px);*/
	width: 100%;
	overflow-x: scroll;
	margin-bottom: 30px;
	display:block;
	
	border:none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

.genbg{background:linear-gradient(90deg, #00c6ff, #0072ff);}
 .box_subscription{
   width: 100%; 
	width: calc(100% - 40px);
	width: calc(100% - 40px);
 
    margin-bottom: 30px;
	
	background:
linear-gradient(90deg, #00c6ff, #0072ff);
  border:
none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }