.p-recipe-sec .lead {
    text-align: left;
}

.p-recipe-lists {
    width: 100%;
    margin-bottom: 40px;
}

.p-recipe-iframe {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.p-recipe-iframe iframe {
    width: 100%;
    height: 186px;
}

.p-recipe-list__title,
.p-recipe-list__calorie {
    font-weight: 700;
}

.p-recipe-lists .c-btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    display: block;
}

.p-recipe-other__list {
    justify-content: space-between;
}

.p-recipe-other__lists {
    width: 100%;
}