.cw2-program-benefit-tabs {
    padding: 50px 0 60px;
}

.cw2-program-benefit-tabs .title {
    margin-bottom: 12px;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
}

.cw2-program-benefit-tabs .description {
    margin-bottom: 43px;
    text-align: center;
    font-size: 20px;
}

.cw2-program-benefit-tabs .tab-buttons {
    display: flex;
    justify-content: space-between;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.3333% - 10px);
    padding: 36px 25px 3px;
    font-size: 20px;
    line-height: 1.3;
    background-color: #f3f3f3;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button:hover,
.cw2-program-benefit-tabs .tab-buttons .tab-button.active {
    background-color: #fafafa;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button.active .arrow {
    opacity: 1;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .icon-wrapper {
    display: flex;
    align-items: center;
    width: 41px;
    height: 42px;
    margin-bottom: 8px;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .icon-wrapper .icon {
    display: flex;
    flex: 1;
    color: #fdc743;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .icon-wrapper .icon.icon-java {
    flex: 0 0 33px;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .icon-wrapper .icon.icon-scratch {
    flex: 0 0 28px;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .icon-wrapper .icon svg {
    flex: 1;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .tab-title {
    font-weight: bold;
    margin-bottom: 6px;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .tab-text {
    margin-bottom: 7px;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .arrow {
    width: 16px;
    margin: auto auto 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .more > span {
    position: relative;
    display: none;
    padding-right: 28px;
    font-size: 16px;
    z-index: 1;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .more > span > span {
    color: #011e41;
    text-decoration: underline;
}

.cw2-program-benefit-tabs .tab-buttons .tab-button .more > span:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMBAMAAACU11D1AAAAKlBMVEUAAAANHUENHUENHUENHUENHUENHUENHUENHUENHUENHUENHUENHUENHUEh9mKCAAAADXRSTlMAG+rbpCxohNGIWEAVuzNSSQAAAEVJREFUCNdjOMUABawbGGoToOygBgaWa1BhZQEGBt8EiLAhkABKwIRBElBhsARUGCIBFoZKgIWhEkVAYZjEZaAwDEwEkwA/Jw1vU0+umgAAAABJRU5ErkJggg==') no-repeat center;
}

.cw2-program-benefit-tabs .tab-content {
    display: none;
    padding: 45px 25px 55px;
    background-color: #fafafa;
    flex-wrap: wrap;
    font-size: 20px;
}

.cw2-program-benefit-tabs .tab-content.active {
    display: flex;
}

.cw2-program-benefit-tabs .tab-content .left-column {
    flex: 0 0 42%;
    padding-right: 25px;
}

.cw2-program-benefit-tabs .tab-content .right-column {
    flex: 1;
}

.cw2-program-benefit-tabs .tab-content .content-title {
    margin-bottom: 16px;
    font-weight: bold;
}

.cw2-program-benefit-tabs .tab-content .content-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cw2-program-benefit-tabs .tab-content .content-text ul li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 25px;
    z-index: 1;
}

.cw2-program-benefit-tabs .tab-content .content-text ul li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #008664;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

@media screen and (max-width: 991px) {
    .cw2-program-benefit-tabs .tab-buttons {
        display: block;
    }

    .cw2-program-benefit-tabs .tab-buttons .tab-button {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .cw2-program-benefit-tabs .tab-buttons .tab-button .arrow {
        display: none;
    }

    .cw2-program-benefit-tabs .tab-buttons .tab-button .more span {
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .cw2-program-benefit-tabs .tab-content .left-column,
    .cw2-program-benefit-tabs .tab-content .right-column {
        flex: 0 0 100%;
    }

    .cw2-program-benefit-tabs .tab-content .left-column {
        margin-bottom: 25px;
    }
}
