
.service-wrap .service-title{
    border-bottom: 1px solid rgba(24, 24, 28, 0.15);
}
.status-wrap .sub-wrap{
    margin-bottom: 0px;

}
.status-wrap .connect-side img{
    width: 365px;
}
.status-wrap .sub-title{
    width: 100%;
}
.status-wrap .hero-right-side {
    margin-top:-100px;
}

.col-status:nth-last-child(n+3){
    border-bottom: 1px solid rgba(24, 24, 28, 0.15);
}
.col-status .connection-name{
    font-size: var(--fs-1);
    font-weight: var(--fw-regular);
    color: var(--text-color1);
}
.col-status .status{
    font-size: var(--fs-1);
    font-weight: var(--fw-medium);
    color: var(--purple-color);
}
.col-status .status.status-alert{
    color: #D4181D;
}
.status-wrap .service-wrap{
    margin-bottom: 200px;
}
.statistic{
    margin-top: 60px;
}
.statistic .status{
    color: var(--text-color1);
}
.statistic .connection-name{
    color: var(--purple-color);
    font-weight: var(--fw-medium);
}
@media (min-width: 768px){
    .status-wrap .sub-title{
        width: 491px;
    }
    .status-wrap .connect-side img{
        width: 100%;
    }
}
@media (min-width: 1200px){
    .status-wrap .connect-side img{
        width: 530px;
    }
}
@media (min-width: 1400px){
   
}