.about ul.our-links li.apply-online {
    background: #ff9600;
}
.about ul.our-links li {
    display: block !important;
    padding: 44px 10px 60px 4%;
    opacity: 1 !important;
}
.about ul.our-links li {
    display: block;
    position: relative;
}
.about ul.our-links li .icon {
    width: 23%;
    float: left;
}
.about ul.our-links li .detail {
    width: 60%;
    padding-left: 20px;
    float: left;
    color: #fff;
}
.about ul.our-links li.prospects {
    background: #2c97ea;
}
.about ul.our-links li.certification {
    background: #f0bc01;
}
.about ul.our-links li .detail {
    width: 60%;
    padding-left: 20px;
    float: left;
    color: #fff;
}
.about ul.our-links li .detail a.more {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    position: absolute;
    bottom: 17px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    font-size: 20px;
    color: #ff9600;
    border-radius: 50%;
    text-align: center;
    border: 2px #ff9600 solid;
}
a {
    text-decoration: none !important;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about ul.our-links {
    display: block;
    margin: -80px 0 0 0;
    position: relative;
    z-index: 99;
}

.about {
    display: block;
    position: relative;
    padding: 0px 200 0px 0;  
}

@media (max-width: 767px)
.about {
    padding: 226px 0 40px;
}

@media (max-width: 767px)
.about ul.our-links {
    margin: -226px -15px 30px -15px;
	 padding: 20px 20px 30px 20px;
}

.about ul.our-links li .detail h3 {
    display: block;
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
