header.header .hero .hero-body {
    padding-top: 75px;
}

.hero .tabs ul {
    width: 100%;
}

.benefits .columns .title::before {
    content: url("../image/abstract.svg") !important;
}

.benefits .column:nth-child(2) .title::before {
    content: url("../image/apps_duotone.svg") !important;
}

.benefits .column:last-child .title::before {
    content: url("../image/shield_duotone.svg") !important;
}

.benefits .column .card {
    box-shadow: 0px 5px 20px rgba(76, 94, 112, 0.05), 0px 2px 4px rgba(0, 0, 0, 0.05);
    padding: 45px 40px 60px 80px;
    height: 100%;
    position: relative;
}

.benefits .column .card span {
    display: inline-block;
    font-size: 14px;
    color: #02A971;
    border: 1px solid #02A971;
    position: absolute;
    bottom: 28px;
    line-height: normal;
    padding: 4px 7px;
}

.product_earnings .earning-item {
    border-right: 1px solid #EEEEEE;
    color: #3F464D;
    font-size: 20px;
    text-align: center;
} 

.product_earnings .earning-item .earning-index {
    margin-bottom: 10px;
}

.product_earnings .earning-item .earning-index span {
    font-weight: 500;
    font-size: 40px;
    color: #02A971;
    margin-right: 10px;
}

.product_earnings .earning-item .earning-index img {
    width: 33px;
    height: 44px;
}

.product_earnings .column:last-child .earning-item {
    border: 0px;
}

.product_earnings .column:last-child .earning-index span {
    color: #EC7141;
}

.hardware-configuration table tr td:first-child {
    width: 80px;
}

@media screen and (max-width: 768px) {
    .benefits .columns {
        margin-left: -20px !important;
    }

    .product_earnings .columns {
        flex-wrap: wrap;
    }

    .product_earnings .column.is-3 {
        width: 50% !important;
        border-right: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }

    .product_earnings .column.is-3:nth-child(even) {
        border-right: 0px;
    }
    
    .product_earnings .column.is-3:nth-child(3),
    .product_earnings .column.is-3:nth-child(4){
        border-bottom: 0px;
    }

    .product_earnings .earning-item  {
        font-size: 12px;
        border: 0px;
    }

    .product_earnings .earning-item .earning-index span {
        font-size: 32px;
    }
}
