/* Service-PR */
@font-face {
    font-family: 'Isomer Regular';
    src: url('../fonts/Isomer-Regular.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedBold.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedSemiBold.woff') format('woff'),
        url('../fonts/Isomer-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Isomer SemiCondensed SemiBold';
    src: url('../fonts/Isomer-SemiCondensedSemiBold.woff2') format('woff2'),
        url('../fonts/Isomer-SemiCondensedSemiBold.woff') format('woff');
}

html,
body {
    font-family: Isomer Regular, sans-serif;
    line-height: 1.5;
}
.service-PR-title {
    padding: 3rem 5.625rem;
    margin-bottom: 40px;
    background-color: #eff1f2;
}

.service-PR-title h2 {
    text-transform: uppercase;
    line-height: 1.2;
    color: #002b45;
    font-family: Isomer Semi Condensed Bold, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
}

.service-PR-container .picture {
    font-size: 0;
}

.service-PR-container .picture img {
    width: 100%;
    height: auto;
}

.service-PR-content {
    max-width: 1300px;
    margin: auto;
}

.service-PR-content p {
    margin-bottom: 1rem;
    color: rgb(49, 54, 60);
    font-family: "Isomer Regular", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/* Service-MR */
.service-MR-title {
    padding: 3rem 5.625rem;
    margin-bottom: 40px;
    background-color: #eff1f2;
}

.service-MR-title h2 {
    text-transform: uppercase;
    line-height: 1.2;
    color: #002b45;
    font-family: Isomer Semi Condensed Bold, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
}

.service-MR-container .picture {
    font-size: 0;
}

.service-MR-container .picture img {
    width: 100%;
    height: auto;
}

.service-MR-content {
    max-width: 1300px;
    margin: auto;
}

.service-MR-content p {
    margin-bottom: 1rem;
    color: rgb(49, 54, 60);
    font-family: "Isomer Regular", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/* service-SP */
.service-SP-title {
    padding: 3rem 5.625rem;
    margin-bottom: 40px;
    background-color: #eff1f2;
}

.service-SP-title h2 {
    text-transform: uppercase;
    line-height: 1.2;
    color: #002b45;
    font-family: Isomer Semi Condensed Bold, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
}

.service-SP-container .picture {
   font-size: 0;
}

.service-SP-container .picture img {
    width: 100%;
    height: auto;
}

.service-SP-content {
    max-width: 1300px;
    margin: auto;
}

.service-SP-content p {
    margin-bottom: 1rem;
    color: rgb(49, 54, 60);
    font-family: "Isomer Regular", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/* service-DA */
.service-DA-title {
    padding: 3rem 5.625rem;
    margin-bottom: 40px;
    background-color: #eff1f2;
}

.service-DA-title h2 {
    text-transform: uppercase;
    line-height: 1.2;
    color: #002b45;
    font-family: Isomer Semi Condensed Bold, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: auto;
}

.service-DA-container .picture {
   font-size: 0;
}

.service-DA-container .picture img {
    width: 100%;
    height: auto;
}

.service-DA-content {
    max-width: 1300px;
    margin: auto;
}

.service-DA-content p {
    margin-bottom: 1rem;
    color: rgb(49, 54, 60);
    font-family: "Isomer Regular", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {

    .service-PR-title,
    .service-MR-title {
        padding: 20px 10px;
    }

    .service-PR-container .picture,
    .service-MR-container .picture b,
    .service-MR-container .picture {
        max-width: none;
    }

    .service-PR-content,
    .service-MR-content {
        max-width: none;
        padding: 0 5px;
    }

    .service-PR-content p,
    .service-MR-content p {
        font-size: 14px;
    }

    .service-SP-title,
    .service-DA-title {
        padding: 20px 10px;
    }

    .service-SP-container .picture,
    .service-SP-content,
    .service-DA-container .picture,
    .service-DA-content {
        max-width: 100%;
    }

    .service-SP-content p,.service-DA-content p {
        padding: 0 5px;
        font-size: 14px;
    }

    .PR-flex,.MR-content,.SP-flex,.DA-flex{
        flex-direction: column;
    }
}