.knowledge-container .name {
    font-size: 32px;
    z-index: 1;
    position: relative;
}

.knowledge-container .name img {
    margin-left: 10px;
    cursor: pointer;
}

.knowledge-container .recipes {
    font-size: 16px;
    word-wrap: break-word;
}

.knowledge-container .recipes-title {
    font-size: 24px;
    font-weight: 700;
}

.pdf-firefox-fix {
    height: 31px;
    width: 100%;
    background: white;
    position: absolute;
    display: none;
}

@media (max-width:767px) {
    .knowledge-container .name {
        font-size: 22px;
    }
}