#services .page {
    border-bottom: 2px grey solid;
}

#services .half-wrapper {
    margin-top: 5vh;
}

#services .half img {
    width: 30vw;
}

#services ul {
    width: 27.5vw;
    font-size: 1.35rem;
}

#services ul .ul-head {
    background-color: rgb(167, 0, 0); /* rgb(187, 55, 55); */
    padding: 10px 15px;
}

#services ul li {
    font-size: 1.35rem;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

@media screen and (max-width: 1000px) {
    #services .half-wrapper {
        display: block;
    }

    #services .page {
        padding-top: 5vh;
        padding-bottom: 5vh;
        height: unset;
        width: 100%;
        text-align: center;
    }

    #services .center {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        text-align: center;
    }

    #services .half {
        width: 100%;
    }

    #services ul {
        width: 80%;
        margin: 0 auto;
    }

    #services .half img {
        width: 80vw;
        margin-bottom: 5vh;
    }

    #services .title-wrapper h2 {
        font-size: 2rem;
        max-width: 100%;
        text-align: center;
    }

    #services .title-wrapper .subtitle {
        font-size: 1.2rem;
    }
}