.logo-box-style3 h1 {
    font-size: 26px;
    color: #e9212e;
}
.logo-box-style3 h1 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #007db7;
}
.about-text .title {
    color: #007db7;
}
.about-text .title span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.project-description-content .title {
    color: #007db7;
}
.single-service-top p strong {
    color: #e9212e;
    font-weight: 500;
}
.working-process-style2-area {
    background-color: #f6f6f6;
    padding: 50px 0;
}
.single-working-process-style2 {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.single-working-process-style2 a {
    display: block;
    color: #e9212e;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .about-text .title {
        font-size: 32px;
    }
    .about-text .title span {
        font-size: 16px;
        line-height: 24px;
    }
    .about-text .sec-title {
        padding-bottom: 30px;
    }
    .slogan-style2-area .inner-content .title h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .header-contact-info li .single-item .text {
        text-align: left;
    }
    .breadcrumb-area .inner-content {
        padding: 60px 0;
    }
    .breadcrumb-area .title h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .single-service-top .text h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .single-service-area .row{
        flex-direction: column-reverse;
    }
    .single-working-process-style2 .inner{
        padding: 25px 20px 25px;
    }
    
}
