@@ -91,7 +91,7 @@
position: relative;
z-index: 21;
width: 64%;
- overflow: hidden;
+ /*overflow: hidden;*/
margin-left: 19%;
}
@@ -106,18 +106,20 @@
.who-is ul li span {
padding-top: 20px;
font-size: 24px;
- color: #fff;
+ font-weight:800;
+ color: #141414;
.who-is ul li {
float: left;
- width: 300px;
- height: 264px;
+ width: 266px;
+ height: 230px;
text-align: center;
- /*opacity: 0;
- opacity: 1\9;*/
- background-color: #289EFB;
+ box-shadow: 1px 1px 1px 1px #808080;
+ border-radius: 5%;
+ margin-left: 12px;
+ background-color: #fff;
.show:hover {