.top-bg {
    background-image: url(../images/4moms/top_bg.jpg);
}

.h-100vh {
    max-height: 838px;
}

@media (max-width: 768px) {
    .h-100vh {
        max-height: 350px;
    }
    .moms-title-logo {
        width: 50%;
    }
}