html body {
    color: #777777;
    font-size: 15px;
    font-family: 'Hind';
    line-height: 28px;
}

.service-boxed .service-icon {
    margin-top: -25px;
}

.item-info-content-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(/images/top-three-block-1.jpg);
    background-size: cover;
    background-position: center center;
}

.item-info-content-center:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(/images/top-three-block-2.jpg);
    background-size: cover;
    background-position: center center;
}

.item-info-content-right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(/images/top-three-block-3.jpg);
    background-size: cover;
    background-position: center center;
}

.big-title h1 {
    font-size: 50px;
    line-height: 45px;
    text-transform: uppercase;
}

p {
    color: #777777;
    font-size: 18px;
    font-family: 'Hind';
    line-height: 28px;
    margin: 0;
}

footer p {
    color: #ccc;
    font-size: 15px;
    font-family: 'Hind';
    line-height: 22px;
    margin: 0;
}

.shortcode-simple-list ul li i {
    font-size: 16px;
    margin-right: 10px;
}