.the-content {
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}

.a-welcome {
    font-size: 18px;
    color: #999999;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.a-welcome::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10d";
    left: 0;
    color: #e5e5e5;
    font-size: 35px;
}

.a-title {
    color: #2da44a;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.a-content {

}


@media only screen and (max-width: 991px) {
    .a-img {
        margin-bottom: 30px;
        text-align: center;
    }

    .a-title {
        font-size: 25px;
    }
}
