#ultimas-blog {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    margin-top: 50px;
}
.subtitulo h2 {
    color: #957799;
    font-family: Poppins-SemiBold;
    font-size: 35px;
}
.subtitulo p {
    color: #666677;
    font-size: 17px;
    width: 572px;
}
.conteudo-ultimasdoblog-home {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 19px;
    width: 1000px;
    height: auto;
    margin-bottom: 60px;
}
.card-ultimasdoblog-home {
    width: 289px;
    height: 340px;
}
.card-ultimasdoblog-home img {
    width: 100%;
    border-radius: 10px;
}
.txt-ultimasdoblog-home a {
    text-decoration: none;
}
.subtitulo {
    text-align: center;
}

