﻿/*nok9 red*/
:root {
    --nok9-red: #ea0000;
    /*light gray*/
    --light-gray: #f8f8f8;
    /*medium gray*/
    --medium-gray: #ededed;
}

.service-title {
    color: white;
    text-align: center;
    font-size: 40px;
    padding: 120px 0;
    animation: transitionIn 1.2s ease-in-out;
}

.service-undertitle {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    margin: 70px 0;
    animation: transitionIn 1.2s ease-in-out;
}

    .service-undertitle h2 {
        font-size: 110%;
        line-height: 60px;
    }

.service-calibration {
    animation: transitionIn 1.2s ease-in-out;
}

.service-container {
    /*text-align: center;
	*/
    background-color: white;
    padding: 60px;
    margin-bottom: 50px;
}

.service-text {
    max-width: 900px;
    margin: auto;
}

.service h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.service h3 {
    margin-bottom: 10px;
    font-size: 110%;
    line-height: 2rem;
    margin-top: 40px;
}

.service p {
    margin-bottom: 20px;
}

.service ul {
    list-style-position: inside;
    text-align: left;
    color: var(--nok9-red);
    display: inline-block;
}

    .service ul span {
        color: black;
    }

.service table {
    margin: auto;
    border-collapse: collapse;
    margin-top: 50px;
    width: 80%;
}

    .service table th, .service table td {
        text-align: center;
        padding: 10px;
        border: 1px solid var(--medium-gray);
    }

    .service table tr:nth-child(even) {
        background-color: var(--light-gray);
    }

@media screen and (max-width: 900px) {
    .service-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    table {
        width: 100%;
        font-size: 70%;
        margin: 0;
        padding: 0;
        overflow: scroll;
    }

        table th, table td {
            margin: 0px;
            padding: 0px;
        }
}

.customer-service {
    text-align: center;
    padding-bottom: 80px;
}

    .customer-service p {
        padding: 10px 0 10px 0;
    }

    .customer-service .customer-image {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
    }

        .customer-service .customer-image img {
            max-width: 1200px;
            overflow: hidden;
            object-fit: cover;
        }

    .customer-service .customer-text {
        left: 0;
        position: absolute;
        text-align: center;
        top: 50px;
        width: 100%;
    }

@media screen and (max-width: 1312px) {
    .customer-service img {
        max-width: 800px;
        margin-top: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width: 668px) {
    .service-title {
        font-size: 30px;
    }

    .service-undertitle {
        font-size: 30px;
    }

        .service-undertitle h2 {
            line-height: 40px;
        }

    .customer-service img {
        height: 600px;
    }

    .customer-service .customer-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*nok9 red*/
:root {
    --nok9-red: #ea0000;
    /*light gray*/
    --light-gray: #f8f8f8;
    /*medium gray*/
    --medium-gray: #ededed;
}

.service-title {
    color: white;
    text-align: center;
    font-size: 40px;
    padding: 120px 0;
    animation: transitionIn 1.2s ease-in-out;
}

.service-undertitle {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    margin: 70px 0;
    animation: transitionIn 1.2s ease-in-out;
}

    .service-undertitle h2 {
        font-size: 110%;
        line-height: 60px;
    }

.service-calibration {
    animation: transitionIn 1.2s ease-in-out;
}

.service-container {
    /*text-align: center;
	*/
    background-color: white;
    padding: 60px;
    margin-bottom: 50px;
}

.service-text {
    max-width: 900px;
    margin: auto;
}

.service h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.service h3 {
    margin-bottom: 10px;
    font-size: 110%;
    line-height: 2rem;
    margin-top: 40px;
}

.service p {
    margin-bottom: 20px;
}

.service ul {
    list-style-position: inside;
    text-align: left;
    color: var(--nok9-red);
    display: inline-block;
}

    .service ul span {
        color: black;
    }

.service table {
    margin: auto;
    border-collapse: collapse;
    margin-top: 50px;
    width: 80%;
}

    .service table th, .service table td {
        text-align: center;
        padding: 10px;
        border: 1px solid var(--medium-gray);
    }

    .service table tr:nth-child(even) {
        background-color: var(--light-gray);
    }

@media screen and (max-width: 900px) {
    .service-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    table {
        width: 100%;
        font-size: 70%;
        margin: 0;
        padding: 0;
        overflow: scroll;
    }

        table th, table td {
            margin: 0px;
            padding: 0px;
        }
}

.customer-service {
    text-align: center;
    padding-bottom: 80px;
}

    .customer-service p {
        padding: 10px 0 10px 0;
    }

    .customer-service .customer-image {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
    }

        .customer-service .customer-image img {
            max-width: 1200px;
            overflow: hidden;
            object-fit: cover;
        }

    .customer-service .customer-text {
        left: 0;
        position: absolute;
        text-align: center;
        top: 50px;
        width: 100%;
    }

@media screen and (max-width: 1312px) {
    .customer-service img {
        max-width: 800px;
        margin-top: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width: 668px) {
    .service-title {
        font-size: 30px;
    }

    .service-undertitle {
        font-size: 30px;
    }

        .service-undertitle h2 {
            line-height: 40px;
        }

    .customer-service img {
        height: 600px;
    }

    .customer-service .customer-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
 