.blog {
    width: auto;
    display: flex;
    position: relative;
}

.blog_geral {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: 480px;
    margin-bottom: 50px;
    gap: 20px;
    
}

.foto_blog {
    width: 100%;
}

.btn_blog {
    border-radius: 50px;
    background-color: transparent;
    color: whitesmoke;
    border-style: solid;
    border-color: #78bee7;
    border-width: 3px;
    font-size: 25px;
    font-family: 'Work Sans';
    font-weight: 300;
    cursor: pointer;

}

.blog_principal {
    font-family: 'NewYork';
    color: whitesmoke;
    font-size: 60px;
}

.blog_span {
    display: flex;
    width: 25px;
    height: 3px;
    background-color: #edc7b4;

}

.blog_acesse {
    color: whitesmoke;
    font-family: 'Work Sans';
    font-size: 25px;
}