.grid-servicos {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: center;
}
.servico-card {
    border-radius: 11px;
    width: 20%;
    display: flex;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    align-items: center;
        margin-bottom: 5%;
}
.icone-servico {
    background: #d9d9de;
    width: 100%;
    padding: 12px 2px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}
.titulo-card {
    padding: 7%;
    display: flex;
    font-weight: 600;
}
.container.servico {
    display: flex;
    flex-direction: column-reverse;
    padding: 2% 0px;
}
.txt-serv h3 {
    justify-self: center;
    border-bottom: 4px solid #9494c7;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 3%;
}
p.subtitulo-servicos {
    justify-self: center;
    font-size: 23px;
    margin-bottom: 5%;
}
.ver-tudo {
    justify-self: center;
    border: 1px solid;
    padding: 12px 29px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 11px;
}
.ver-tudo a {
    color: black;
}