#services {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9f9f9;
    padding: 10vh 10vw;
    color: #333;
}

#services h2, #services h3 {
    margin-bottom: 20px;
}

#services h3 {
    margin-top: 20px;
}

#services li {
    max-width: 100%;
    padding-left: 10px;
}

.service-content > ol > li {
    margin-bottom: 10px;
}

#services p{
    padding: 0px 0px 10px 0px;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.service-list-ul {
    color: #666;
    list-style-type: "‣";
    height: fit-content;
}

@media screen and (max-width: 950px) {
    
}