@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.blog-view{
    padding-top: 120px;
    padding-bottom: 240px;
    padding-left: 15px;
    padding-right: 15px;
}
.titulo-img h4{
    color: #000;
    font-family: 'Roboto';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 57.6px;
    margin-top: 19px;
}
.titulo-img p{
    color: #011B33;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    margin-top: 6px;
}
.titulo-img p span{
    color: var(--600, #718096);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 11px;  
}
.blog-view .conteudo p{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.324px; /* 25.324px */
    margin-bottom: 50px;
    margin-top: 46px;
}