.service-head {
    background-size: cover;
    color: #333333;
}

.service-head h1, .service-head h4 {
    color: #fff;
    text-align: left;
}

.service-head h1 {
    text-transform: uppercase;
    padding: 5%;
    font-size: 40px;
    letter-spacing: 5px;
}

.service-head h4 {
    padding: 0% 5% 5%;
    letter-spacing: 2px;
}

#architectDesign {
    background: url(../images/services-bg.jpg) no-repeat fixed 100%;
}

.content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
}

.content-img, .content-para {
    width: 50%;
}

.content-img {
    margin-right: 5%;
}

.content-img-text-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.content-para p {
    color: #6d747c;
    text-align: left;
    padding: 5px 10px;
}

#architectDesignContent {
    background: url(../images/architectural.jpg);
    height: 380;
    background-size: cover;
}

#furnitureObject {
    background: url(../images/furniture.png);
    height: 380;
    background-size: cover;
}

#interiorDesign {
    background: url(../images/interior-design.jpg);
    height: 380;
    background-size: cover;
}

#logoDesign {
    background: url(../images/logo-design.png);
    height: 380;
    background-size: contain;
    background-repeat: round;
}

#threeD {
    background: url(../images/threeD.png);
    height: 380;
    background-size: cover;
}

@media (max-width:767px) {
    .service-head h1 {
        font-size: 32px;
        padding-top: 10%;
    }

    .service-head h4 {
        font-size: 16px;
    }

    .content-wrap {
        flex-direction: column;
    }

    .content-img, .content-para {
        width: 100%;
    }

    #architectDesignContent {
        height: 275px;
    }

    #furnitureObject {
        height: 275px;
    }

    #interiorDesign {
        height: 275px;
    }

    #logoDesign {
        height: 275px;
    }

    #threeD {
        height: 275px;
    }
}