.uwork {width:100%;}
.uwork li {float:left;width:44%;height:120px;margin:0 3%;text-align:center;border:5px solid #28A84B;background-color:#FAFAFA;border-radius:40px;}
.uwork li i {color:#28A84B;}
.uwork li:hover {cursor:pointer;color:#FFF;background-color:#28A84B;border-color:#28A84B;}
.uwork li:hover i {color:#FFF;}
.uwork li div {font-weight:bold;font-size:26pt;line-height:110px;}

.work {width:100%;}
.work li {float:left;width:46%;height:120px;margin:0 2% 20px 2%;text-align:center;border:5px solid #28A84B;background-color:#FAFAFA;border-radius:40px;}
.work li i {color:#28A84B;}
.work li:hover {cursor:pointer;color:#FFF;background-color:#28A84B;border-color:#28A84B;}
.work li:hover i {color:#FFF;}
.work li div {font-weight:bold;font-size:22pt;line-height:110px;}

.halfbox {width:100%;}
.halfbox li.txt {float:left;width:50%;}
.halfbox li.btns {float:right;width:50%;}
.halfbox li.btns .jbox {cursor:pointer;width:90%;height:120px;margin:0 0 0 10%;text-align:center;border:5px solid #28A84B;background-color:#FAFAFA;border-radius:40px;font-weight:bold;font-size:26pt;line-height:110px;}

#pages .div {width:94%;padding:0;margin:0 auto;}
#pages .div .input,
#pages .div .btn {float:left;width:24%;height:70px;padding:0;font-size:16pt;text-align:center;}
#pages .div .input {border:5px solid #28A84B;margin-right:1%;border-radius:3px;}
#pages .div .btn {margin-left:1%;}

@media (max-width: 420px) {
	.uwork li {width:100%;height:110px;margin:0;}
	.uwork li:first-child {margin-bottom:30px;}
	.uwork li div {font-weight:bold;font-size:20pt;line-height:96px;}

	.work li {width:100%;height:110px;margin:0;}
	.work li:first-child {margin-bottom:30px;}
	.work li:last-child {margin-top:30px;}
	.work li div {font-weight:bold;font-size:20pt;line-height:96px;}

	#pages .div {width:100%;}
	#pages .div .inputm {width:32.333%;border:5px solid #28A84B;}
	#pages .div .btnm {width:100%;margin-left:0;}

	.halfbox {width:100%;}
	.halfbox li.txt,
	.halfbox li.btns {float:default;width:100%;}
	.halfbox li.btns .jbox {width:100%;height:80px;margin:20px 0 10px 0;font-size:20pt;line-height:70px;}
}