.what-we-do{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5rem 6rem;
    margin-top: 4rem;
}

.what-we-do h1{
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1em;
    color: #ebebeb;
    text-align: center;
}

@media (max-width: 768px) {
    .what-we-do{
        padding: 3rem 2rem;
        margin-top: 2rem;
    }
    .what-we-do h1{
        font-size: 2.1rem;
        text-align: start;
    }
}

@media (min-width:768px) {
    
}

@media (min-width:1024px) {

}