
#services.style1.main h2, h3 {
    color: #333 !important;
    text-shadow: white 0 -1px 0;
}
#services.style1.main p {
    color: #333 !important;
    text-shadow: white 0 -1px 0;
    margin-left: 2em;
    margin-right: 2em;
}
#services .content {
    background: rgb(176, 176, 176, 0.7);
}
#services .content p{
    text-align: left;
    font-weight: 900;
    color: #000;
}

#services .content p::-moz-selection {
    color: #fff !important;
    text-shadow: #007931 1px 1px 1px !important;
    background-color: #26ba62 !important;
}
#services .content p::-webkit-selection {
    color: #fff !important;
    text-shadow: #007931 1px 1px 1px !important;
    background-color: #26ba62 !important;
}
#services .content p::selection {
    color: #fff !important;
    text-shadow: #007931 1px 1px 1px !important;
    background-color: #26ba62 !important;
}