.navbar-fix {
    display: flex;
    align-items: center;
}

@media only screen and (min-width:769px) {
    .search-form-wrap {
        visibility: visible;
        opacity: 1;
    }

    .search-form-wrap .js-search-close {
        display: none;
    }
}

.promo-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-box {
    display: flex;
    flex-direction: column;
}

.post-box h4 {
    margin-bottom: 5px;
}

.post-box p {
    flex-grow: 1;
}

.post-box .btn {
    user-select: none;
    outline: none;
    text-decoration: none;
}
