.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 {
    width: 100px;
    border-radius: 10px;
}
#title_1 {
    font-size: 30px;
    font-weight: 800;
    color: #44b5e8;
}