.banner-in-category {
    display: flex;
    justify-content: space-between;
    position: relative;
    clear: both;
    overflow: hidden;
    flex: 0 1 100%;
    margin: 0 10px 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .03);
    cursor: pointer
}

.banner-in-category__img {
    width: 50%;
    height: 100%;
    margin: 0;
    /* object-fit:cover */
}

.banner-in-category__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
}

.banner-in-category__img + .banner-in-category__wrap {
    width: 50%;
    height: 100%
}

.banner-in-category__description {
    padding: 0 0 25px 0;
    font-size: 1.25em;
    line-height: 1.6;

}

.banner-in-category__description strong{
    font-size: 1.2em;
    border-bottom: 1px solid;
}

.banner-in-category__description p {
    margin: 0
}

.banner-in-category__btn {
}
