.compare-system>.row{
    --bs-gutter-x: 16px;
}
.compare-system .line-prop{
    margin-top: 13px;
}
.compare-system .line-prop .col-name{
    font-size: 16px;
    color: rgb(176, 176, 176);
}
.compare-system .line-prop .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 18px;
    position: relative;
}
.compare-system .line-prop .title:before{
    content: '';
    display: block;
    left: 0;
    top: .7em;
    margin-top: -1px;
    background: rgb(31, 31, 31);
    width: 10px;
    height: 2px;
    position: absolute;
}
.compare-system .line-prop .desc{
    color: rgb(176, 176, 176);
    font-size: 14px;
    padding-left: 18px;
}
.compare-system .line-btn{
    margin-top: 32px;
}
.compare-system .line-head{
    margin-bottom: 32px;
}
.compare-system .line-head .col-name,
.compare-system .line-head .col-product .panel .title{
    font-size: 24px;
    font-weight: 700;
    font-family: 'Myriad Pro', sans-serif;
}
.compare-system .line-head .col-product .panel{
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 270px;
    overflow: hidden;
}
.compare-system .line-head .col-product .panel .bg-image{
    position: absolute;
    border-radius: 12px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.compare-system .line-head .col-product .panel:before{
    content: '';
    z-index: 2;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.00deg, rgb(31, 31, 31),rgba(31, 31, 31, 0.1) 33.333%,rgba(31, 31, 31, 0.8) 66.667%,rgb(31, 31, 31) 100%);
}
.compare-system .line-head .col-product .panel .head-title{
    color: #fff;
    position: relative;
    padding: 16px;
    z-index: 5;
}
.compare-system .line-head .col-product .panel .desc{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.compare-system .col-name{
    width: 30%;
}
.compare-system .col-product,
.compare-system .col-info{
    width: 35%;
}
.compare-system .line-prop .value,
.compare-system-panel .info-text-bottom{
    font-size: 16px;
}
.compare-system-panel .info-text-bottom{
    margin-top: 18px;
}
@media (min-width: 1200px){
    .compare-system>.row{
        --bs-gutter-x: 24px;
    }
    .compare-system-panel{
        padding: 64px;
    }
    .compare-system .line-head .col-name,
    .compare-system .line-head .col-product .panel .title{
        font-size: 40px;
    }
    .compare-system .line-head .col-product .panel .desc,
    .compare-system .line-prop .title,
    .compare-system .line-prop .value,
    .compare-system-panel .info-text-bottom{
        font-size: 18px;
    }
    .compare-system .line-prop .desc{
        font-size: 14px;
    }
    .compare-system .line-head .col-product .panel{
        min-height: 370px;
    }
    .compare-system .line-head .col-product .panel .head-title{
        padding: 32px;
    }
    .compare-system-panel .info-text-bottom{
        margin-top: 32px;
    }
}
@media (min-width: 1600px){
    .compare-system .col-info{
        padding-right: 8%;
    }
}
@media (max-width: 991.98px) {
    .compare-system{
        width: 800px;
    }
    .compare-system-scroll{
        overflow: auto;
        padding-bottom: 10px;
    }
    .compare-system .col-name{
        width: 26%;
    }
    .compare-system .col-product,
    .compare-system .col-info{
        width: 37%;
    }
    .compare-system .col-info .btn{
        padding-left: 16px;
        padding-right: 16px;
    }
}