   .box{ 
				float: left;
    width: 46%;
    padding: 10px;
    border: 1px solid black;
    margin: 2%;
    box-sizing: border-box;
		background-color: #d3d4ad;
		}
		.box ul li{
			list-style:none;
			font-style: normal;
		}
		.div-right{
			float:right;
		}
		.div-right a{
			text-decoration:none !important;
		}
		@media (max-width: 768px) {
			.box{ 
				float: left;
    width: 100%;
			}
		}