.system-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: max(3vw, 60px);
}
.system-group .system-item {
    background: white;
    border-radius: var(--BorderRadius);
    overflow: hidden;
    filter: var(--MainShadow);
}
.system-content {
    padding: 0 5rem 3rem;
}

/*icon*/
.system-icon {
    width: 140px;
    margin: -70px auto 1.5rem;
    background: linear-gradient(180deg, #1e5fa8 0%, #2993de 100%);
    padding: 30px;
    border-radius: 99em;
    position: relative;
    border: 6px solid white;
}

/*txt*/
h4.system-title {
    font-size: calc(var(--FontSizeH3)*1.1);
    font-weight: 600;
    color: var(--TitleMainColor);
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #d6d6d6;
}
.system-fea {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    gap: 5px 5rem;
}
.system-fea .fea-list::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5cb9f8;
    margin: 0 8px 0 0;
    top: -3px;
}



@media (max-width: 1536px) {

.system-icon {
    width: 120px;
    margin: -60px auto 1.2rem;
    padding: 28px;
}


}




@media (max-width: 1440px) {

.system-content {
    padding: 0 4rem 3rem;
}
.system-fea {
    gap: 5px 3rem;
}

}




@media (max-width: 1366px) {

.system-content {
    padding: 0 3rem 3rem;
}

}




@media (max-width: 1199px) {

.system-group {
    gap: max(3vw, 40px);
}
.system-icon {
    width: 110px;
    margin: -55px auto 1.2rem;
    padding: 25px;
}
.system-content {
    padding: 0 2.5rem 3rem;
}

}




@media (max-width: 1100px) {

.system-group .system-item {
    display: flex;
    flex-direction: column;
}
.system-fea {
    grid-template-columns: auto;
    margin-bottom: 2rem;
}
.system-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.system-btn {
    margin: auto auto 0;
}
.system-btn a {
    margin: 0 auto;
}

}




@media (max-width: 991px) {

.system-content {
    padding: 0 2rem 2.5rem;
}
.system-icon {
    width: 100px;
    margin: -50px auto 10px;
    padding: 20px;
}
.system-group {
    gap: 30px;
}
h4.system-title {
    margin-bottom: 1.3rem;
    padding-bottom: 1.3rem;
}

}




@media (max-width: 768px) {

.system-icon {
    width: 90px;
    margin: -45px auto 10px;
    padding: 18px;
}

}





@media (max-width: 767px) {

.system-group {
    grid-template-columns: auto;
}
.system-fea {
    grid-template-columns: max-content max-content;
    gap: 5px 4rem;
}

}




@media (max-width: 650px) {

.system-btn {
    width: 100%;
}

}




@media (max-width: 600px) {

.system-group {
    gap: 20px;
}
.system-fea {
    grid-template-columns: auto;
}

}




@media (max-width: 480px) {

.system-icon {
    width: 80px;
    margin: -30px auto 10px;
}

}


@media (max-width: 380px) {

.system-content {
    padding: 0 1.5rem 2rem;
}

}