html {
    height: 100%;
}
body {
    height: 100%;
}

.owl-wrapper {
    margin: 0 auto;
}

.brand-logo {
    line-height: 75px !important;
}

.brand-logo>img{
    max-height: 75px;
    vertical-align: middle;
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .header-logo {
        width: 50%;
    }
    .brand-logo>img {
        max-width: 90%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .brand-logo{
        padding-left: 0;
    }

    .header-text {
        width: 50%;
    }

    .header-text a {
        font-size: 1.5rem;
    }
}

footer {
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-category .item p{
    padding-top: 10px;
    line-height: 120%;
}
.carousel-category .item p a {
    color: #000;
    margin-top: 5px;
    text-decoration: none;
}