.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.titulo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-direction: column;
}

.borda {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #314E2E;
    width: 100px;
    margin-bottom: 20px;
}

.servicos {
    display: flex;
    justify-content: space-around;

}

.card-ser {
    text-align: center;
}

.card-ser img {
    width: 400px;
}


.card-ser p  {
     font-size: 20px;
}

.card-ser button {
    border: 2px solid #314E2E;
    color: white;
    background-color: #314E2E;
    font-size: 17px;
    padding: 3px;
    width: 130px;
    margin-top: 20px;
}


.borda2 {
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px;
margin-bottom: 50px;

}

.b {
    width: 70px;
    border-bottom: 2px solid #56884f;
}