.recipe-category-container .title {
    background: white;
    bottom: 40px;
    padding: 6px 54px;
    font-size: 21px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.recipe-category-container {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 100px;
    max-height: 185px;
    cursor: pointer;
}

@media (max-width:991px) {
    .recipe-category-container .title {
        bottom: 28px;
        padding: 0px 39px;
    }
}

@media (max-width:767px) {
    .recipe-category-container .title {
        bottom: 23%;
        padding: 6px 54px;
        font-size: 16px;
    }
}

@media (max-width:400px) {
    .recipe-category-container .title {
        padding: 2px 35px;
    }
}