.blog-name-section {
    height: 100px;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
    padding-top: 20px
}

.blog-name-section .container {
    max-width: 1200px;
    margin-top: 5px;
    margin-bottom: 0px;
    align-items: center;
    /* padding: 0 5rem; */
}

.blog-title {
    font-size: 50px;
    margin: 0;
    color: black;
}