.services{
    width: 65%;
    margin: auto;
    background-color: white;
    box-shadow: 0 10px 10px grey;
    margin-bottom: 60px;

}

.services h1{
    width: 50%;
    margin: auto;
    font-size: 60px;
    text-align: center;
    border-bottom: 2px solid rgb(0, 0, 0);
}

.services-holder{
    padding: 40px;
}

.services-holder h2{
    margin-top: 8px;
    margin-bottom: 4px;
    font-weight: 700;
}

.services ul{
    margin-left: 18px;
}

.services-list li{
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(32, 32, 32);
}

.proficient-text{
    font-weight: 600;
    color: black;
}

.contract-holder li{
    color: rgb(48, 48, 48);
    font-weight: 600;
}

.service-full-abbr{
    color: rgb(94, 94, 94);
    font-weight: 500;
}

@media screen and (max-width:720px){
    .services{
        width: 90%;
    }

    .services h1{
        font-size: 30px;
    }
}
