.project-rk {
    position: relative;
}
.project-rk > span {
    position: relative;
    background: #f1f1f1;
    line-height: 1;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
}
.project-rk::before {
    content: "";
    position: absolute;
    background: black;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    z-index: 0;
}
.banner-sidebar-home {
    display: flex;
}
.banner-sidebar-home > a {
    width: 100%;
    padding: 15px;
    margin: auto 0;
}
.article .wrapper-img {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.article .wrapper-img img {
    height: 100%;
    width: auto !important;
    display: none;
}
@media screen and (max-width: 720px){
    .banner-sidebar-home {
        display: block;
    }
    .banner-sidebar-home > a {
        width: 100%;
        padding: 0 0;
        margin: auto 0;
    }
} 