.banner-carencia {
    display: flex; 
    width: 98%;
    gap: 50px;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.banner-carencia img {   
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
}


.segunda-parte-carencia  {
    display: flex; 
    width: 98%;
    gap: 50px;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.segunda-parte-carencia  p {
    line-height: 25px;
    color: gray;
}



.tirinha {
    flex-wrap: wrap;
   justify-content: center;
    display: flex;
    align-items: center;
}
