.knowledge-container {
    margin-top: 30px;
}

.knowledge-container .name {
    font-size: 32px;
    z-index: 1;
    position: relative;
    color: #33c1f6;
}

.knowledge-container .name img {
    margin-left: 10px;
    cursor: pointer;
}

.knowledge-container .recipes {
    font-size: 16px;
    word-wrap: break-word;
    color: rgb(37, 70, 100);
    margin-top: 33px;
}

.pdf-firefox-fix {
    height: 31px;
    width: 100%;
    background: white;
    position: absolute;
    display: none;
}

.interact-icon {
    width: 24px;
    cursor: pointer;
    fill: #33c1f6;
}

.share-icons img {
    width: 50px;
    margin: 0px 5px;
}

.social-share-modal h1 {
    font-size: 32px;
    font-weight: 400;
}

.modal-body .close {
    right: 18px;
    font-size: 35px;
    top: 7px;
    background: transparent;
}

@media (max-width:767px) {
    .knowledge-container .name {
        font-size: 22px;
    }

    .knowledge-container .recipes>div {
        margin-top: 33px;
    }

    .knowledge-container .recipes {
        margin-top: 0px;
    }
}