.obituario {
    padding: 96px 0;
}

.title-obituario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sec-vela-virtual {
    padding-top: 120px;
}

.title-card-obituario {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.sec-vela-virtual h2 {
    color: #003321;
    text-align: center;
    font-family: "Agiary Signs";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 52px */
}

.sec-vela-virtual a {
    border-radius: 75px;
    background: #00904A;
    padding: 16px 32px;
    color: #FFF;
    text-align: center;
    font-family: "Brother Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 64px;
}

.obituario h1 {
    color: #003321;
    text-align: center;
    font-family: "Agiary Signs";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 52px */
}

.obituario p {
    color: #56645F;
    text-align: center;
    font-family: "Brother Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

.wrapper-obituario {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 64px;
}

.card-obituario {
    border-radius: 16px;
    border: 4px solid #EDF4FA;
    background: #FFF;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 0 0 calc(33% - 32px);
}

.card-obituario h2 {
    color:#003321;
    font-family: "Brother Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    text-align: left;
}

.card-obituario p {
    color: #56645F;
    font-family: "Brother Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-align: left;
}

.card-obituario p span {
    font-family: "Brother Bold";
}

.paginacao-obituario {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.paginacao-obituario a {
    text-decoration: none;
    color: #003321;
    font-family: "Brother Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
}

.paginacao-obituario .current {
    font-size: 22px;
}

@media all and (max-width: 1021px) {

    .card-obituario {
        flex: 0 0 calc(50% - 32px);
    }

}

@media all and (max-width: 781px) {

    .card-obituario {
        flex: 0 0 calc(100%);
    }

}