.wrapper, #container {
    height: auto;
}

.reversed {
    flex-direction: row-reverse;
}

.width70 {
    width: 70%;
}

.width30 {
    width: 30%;
}

p.fontSize3 {
    font-size: 1.2rem;
}


/* ------------------------------------------- @media */
@media screen and (min-width: 1200px) and (max-width: 1368px) {
    .serviceImg {
        height: 100%;
        width: 40%;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
    .serviceImg {
        height: 100%;
        width: 40%;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }

    .serviceTxt h1 {
        margin: 20px;
    }

    .serviceTxt p span, .serviceTxt p {
        font-size: 1rem;
    }

    .serviceTxt p {
        margin: 4px;
    }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
    .ServicePage {
        align-items: center;
    }

    .serviceImg {
        height: 100%;
        width: 40%;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }

    .serviceTxt h1 {
        font-size: 1.8rem;
        margin: 20px;
    }

    .serviceTxt p span, .serviceTxt p {
        font-size: .9rem;
    }

    .serviceTxt p {
        margin: 4px;
    }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
    .ServicePage {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }

    .serviceImg {
        height: 50vh;
        width: 100%;
        overflow: hidden;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }

    .serviceTxt {
        width: 100%;
        height: auto;
        align-items: center;
        margin-bottom: 20px;
    }

    .serviceTxt h1 {
        font-size: 1.8rem;
        margin: 20px;
    }

    .serviceTxt p span, .serviceTxt p {
        font-size: .9rem;
    }

    .serviceTxt p {
        margin: 4px;
    }
}

@media screen and (min-width: 481px) and (max-width: 559px) {
    .wrapper {
        display: flex;
    }

    .ServicePage {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }

    .serviceImg {
        height: 50vh;
        width: 100%;
        overflow: hidden;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }

    .serviceTxt {
        width: 100%;
        height: auto;
        align-items: center;
        margin-bottom: 20px;
    }

    .serviceTxt h1 {
        font-size: 1.8rem;
        margin: 20px;
    }

    .serviceTxt p span, .serviceTxt p {
        font-size: .9rem;
    }

    .serviceTxt p {
        margin: 4px;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    .wrapper {
        display: flex;
    }

    .ServicePage {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }

    .serviceImg {
        height: 50vh;
        width: 100%;
        overflow: hidden;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }

    .serviceTxt {
        width: 100%;
        height: auto;
        align-items: center;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .serviceTxt h1 {
        font-size: 1.8rem;
        margin: 20px;
    }

    .serviceTxt p span, .serviceTxt p {
        font-size: .9rem;
    }

    .serviceTxt p {
        margin: 4px;
    }
}

@media screen and (min-width: 320px) and (max-width: 369px) {
    .wrapper {
        display: flex;
    }

    .ServicePage {
        height: auto;
        flex-direction: column-reverse;
        align-items: center;
    }

    .serviceImg {
        height: 50vh;
        width: 100%;
        overflow: hidden;
    }

    .serviceImg img {
        width: 100%;
        height: auto;
    }

    .serviceTxt {
        width: 100%;
        height: auto;
        align-items: center;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .serviceTxt h1 {
        font-size: 1.4rem;
        margin: 20px;
    }

    .serviceTxt p span, .serviceTxt p {
        font-size: .9rem;
    }

    .serviceTxt p {
        margin: 4px;
    }
}