.s-two-cols {
    padding-top: 40px;
    padding-bottom: 40px;
}

.s-two-cols__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.z-col__left {
    width: 50%;
    padding: 10px 40px 20px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    
}

.z-col__right {
    width: 50%;
    padding: 10px 20px 20px 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.z-col__left .fa-star {
    font-size: 25px;
}

.c-button.s-review-media-btn{
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .s-two-cols__cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .z-col__left {
        width: 100%;
        border-right-style: none;
    }
    .z-col__right {
        width: 100%;
        padding-left: 20px;
        border-left-style: none;
    }
}
