.cw2-tabs-post-cources {
    min-height: 100px;
    display: flex;
    padding: 15px 0;
    align-items: center;
    background-color: #fafafa;
}

.cw2-tabs-post-cources.border-dashed {
    border: 1px dashed #fdc743;
}

.cw2-tabs-post-cources > div {
    padding-left: 20px;
    padding-right: 20px;
}

.cw2-tabs-post-cources .info {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding-right: 5px;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
}

.cw2-tabs-post-cources .info .text,
.cw2-tabs-post-cources .info .icon-wrapper {
    margin: 0 4px;
}

.cw2-tabs-post-cources .icon-wrapper {
    flex: 0 0 44px;
    width: 44px;
}

.cw2-tabs-post-cources .icon-wrapper .icon {
    display: flex;
}

.cw2-tabs-post-cources .description {
    flex: 0 0 33%;
    max-width: 33%;
    font-size: 18px;
}

.cw2-tabs-post-cources .description .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.cw2-tabs-post-cources .description .inner > div {
    margin: 0 2.5px;
}

.cw2-tabs-post-cources .buttons {
    flex: 0 0 24%;
    max-width: 24%;
}

.cw2-tabs-post-cources .buttons .btn {
    width: 100%;
    max-width: 266px;
    min-width: unset;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cw2-tabs-post-cources .color-green {
    color: #008664;
}

.cw2-tabs-post-cources .color-blue {
    color: #3b75bb;
}

.cw2-tabs-post-cources .color-violet {
    color: #7d52a1;
}

.cw2-tabs-post-cources .color-purple {
    color: #aa227d;
}

.cw2-tabs-content .lazyblock-inner-blocks > div.visible.cw2-tabs-post-cources {
    display: flex !important;
}

@media screen and (max-width: 767px) {
    .cw2-tabs-post-cources {
        display: block;
    }

    .cw2-tabs-post-cources .info {
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }

    .cw2-tabs-post-cources .description,
    .cw2-tabs-post-cources .buttons {
        max-width: unset;
    }

    .cw2-tabs-post-cources .description {
        margin-bottom: 15px;
        text-align: center;
    }

    .cw2-tabs-post-cources .description .inner {
        display: inline-flex;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cw2-tabs-post-cources .buttons {
        text-align: center;
    }
}
