.card-procedimentos {
    width: 292px;
    height: 105px;
    background-color: #957799;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-position-x: right;

}

.nome-procedimento a {
    color: #fff;
    font-family: Poppins-SemiBold;
    text-decoration: none;
    font-size: 16px;
}
.img-procedimentos {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nome-procedimento {
    width: 65%;
}
.procedimentos-home {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 21px;
    margin-top: 15px;
}
.procedimentos {
    width: 1000px;
}
section#sectionprocedimento {
    display: flex;
    justify-content: center;
}