.gl-about-services-second ul {
display: flex;
flex-direction: column;
}
.gl-about-services-second ul li {
width: 90%;
}
.service-list-item-second {
position: relative;
}
.service-list-item-second:before {
left: -40px;
top: -3px;
position: absolute;
opacity: 0.5;
display: block;
content: "";
width: 33px;
height: 33px;
background: url(https://aaagameartstudio.com/wp-content/themes/AAA/img/check.png) no-repeat center center;
background-size: auto;
background-size: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.service-title-second {
font-family: OpenSans-R;
font-weight: 400;
font-size: 20px;
line-height: 100%;
color: #fff;
margin-bottom: 10px;
}