/* FILE:1.0-ALL.TRANSFER.CSS*/
.as-content {
    padding-top: 15px;
    padding-bottom: 50px;
    font-family: 'myriadpro-regular';
    font-size: 14px;
    color: #606060;
    line-height: 1.686;
}
.as-content  br
{
    width: 100%;
    float: left;
    background: red;
    content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
}
   
        .service-list {
            margin-top: 50px;
        }
.process-list figure, .content-about-us figure {
    width: 100%;
    float: left;
    overflow: hidden;
}

    .process-list figure img, .content-about-us figure img {
        width: 100%;
    }
.process-list p {
    text-align: center;
}


@media (max-width: 767px) {
    .as-content .service-list .col-lg-6 {
        margin-top: 15px;
    }

    .as-content .project-box__title-right {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .as-content .project-box__taglign-right {
        margin-top: 0px !important;
    }
}
