/* Services */

.services {
    background: url(../images/bg-services.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding-top: 5vh;

}

.services h3 {
    font-size: 30px;
}

.display-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.li-services-cg {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.li-services-cg p {
  text-align: center;
}

.li-services-cd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

text-align: center;
}

.mockup-services {
    height: 65vh;
}

.w-s {
    width: 30%;    
}

@media screen and (max-width: 960px) {

    .mockup-services {
        height: 50vh;
    }

    .display-services {
        width: 100vw;
        display: flex;
        flex-direction: column;
    }
    
}