.service-details-page {
    color: black;

    #service-title-content {
        margin: 1em 0;
    }

    .call-do-action-feature {
        border-radius: 10px;
    }

    #service-detail-img {
        width: 100%;
        border-radius: 10px;
    }

    p,
    ul {
        font-size: 1.1em;
        line-height: 1.6;
    }

    li {
        margin: .8em 0;
    }

    article {
        margin-bottom: 1.5em;

        h3 {
            margin-bottom: .2em;
        }
    }

    .service-deatils-section {

        h2,
        h3 {
            color: #7744d9;
        }
    }
}