.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}
.logo-name {
    margin-left: 0.85rem;
}
.logo-name .main {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: blue;
}
.logo-name .submain {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    color: #118d2e;
}
.header-logo{
    height:100px;
    display:flex;
    align-items:center
}
