#servicesDetail {
    margin-top: 10vh !important;
    padding: 3vw 6vw;
}

.headerContainer {
    text-align: center;
    margin-bottom: 2vw;
}

.headerContainer h1 {
    color: blue;
    font-weight: bolder;
}

.headerContainer span {
    color: orange;
    font-size: 2.5vw;
}

.servicesIcon {
    height: 2.5vw;
    width: 2.5vw;
    border-radius: 50%;
    border: 2px solid orange;
}

.itemHeaderCenter {
    margin-bottom: 0;
    font-size: 1.2vw;
}

.accordion-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-body .servicesWriteUp {
    width: 50vw;
    font-size: 1.1vw;
}

.accordion-body img {
    width: 30vw;
    height: 40vh;
    border-radius: 2vw;
}

@media (max-width: 767px) {
    #servicesDetail {
        padding: 3.5vw;
    }

    .headerContainer {
        margin-bottom: 3.5vh;
    }

    .headerContainer span {
        font-size: 5.5vw;
    }

    .servicesIcon {
        height: 8vw;
        width: 8vw;
    }

    .itemHeaderCenter {
        font-size: 3vw;
    }

    .accordion-button {
        padding: 2.4vw;
    }

    .accordion-body {
        flex-direction: column;
    }

    .accordion-body .servicesWriteUp {
        width: 100%;
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .accordion-body img {
        width: 95%;
        height: inherit;
    }

    #collapseTwo .accordion-body {
        flex-direction: column-reverse;
    }

    #collapseFour .accordion-body {
        flex-direction: column-reverse;
    }

    #collapseSix .accordion-body {
        flex-direction: column-reverse;
    }

    #collapseEight .accordion-body {
        flex-direction: column-reverse;
    }

    #collapseTen .accordion-body {
        flex-direction: column-reverse;
    }
}
