#process {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url("../image/processBg.jpg");
    background-size: cover;
    min-height: 100vh;
}

.mobileContent{
    margin-top: 0;
}

@media (max-width: 576px) {
    #process {
        padding-top: 100px;
    }

    .mobileContent{
        margin-top: 0;
    }

}

#process .serviceContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#process .serviceH2 {
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: rgb(81, 72, 66);
}

@media (max-width: 576px) {
    #process .serviceH2 {
        font-size: 20px;
    }
}

#process .serviceH3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: rgb(81, 72, 66);
}

#process .serviceH6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}


@media (max-width: 576px) {
    #process .serviceH2 {
        font-size: 22px;
    }

    #process .serviceH3 {
        font-size: 16px;
    }

    #process .serviceH6 {
        font-size: 14px;
    }
}

#process .serviceRow {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

@media (max-width: 1024px) {
    #process .serviceRow {
        align-items: flex-start;
    }
}

#process .processImage {
    width: 50%;
}

@media (max-width: 1024px) {
    #process .processImage {
        width: 90%;
    }
}