.container-terapia-floral {

 width: 98%;
 display: flex;
 justify-content: center;
 gap: 50px;
 margin: 0 auto;
 align-items: center;
}

.container-terapia-floral img {
    border-radius: 20px;
    background-size: cover;
}



.texto-terapia-floral span {
color: #A175AA;
}

.texto-terapia-floral p {
    color: gray;
    line-height: 25px;
}

.texto-terapia-floral h1 {
    padding-bottom: 20px;
}


#borda-do-lado {
    border-left: 4px solid gray;
    width: 98%;
    margin: 0 auto;
    color: gray;
}


#autor {
    font-weight: 700;
    border-left: 4px solid gray;
    width: 98%;
    margin: 0 auto;
    color: gray;

}