.block-cooking-tip {
    max-width: 1080px;
    margin: 60px auto;
    width: calc(100% - 20px);
    padding: 50px 20px 20px;
    text-align: center;
    position: relative;
    background: #f5f5f5;
    border-bottom: 3px solid #751D84;
}

.block-cooking-tip,
.entry-content > .block-cooking-tip {
    margin-top: 60px;
}

.block-cooking-tip .block-icon {
    background: #751D84;
    width: 90px;
    height: 90px;
    line-height: 75px;
    border-radius: 100px;
    border: 10px solid #FFFFFF;
    fill: #FFFFFF;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -45px;
    left: calc(1 / 2 * 100% - 50px);
    right: calc(1 / 2 * 100% - 50px);
}