/** 2024/9/3**/
.section-routers .router:first-of-type{
    margin-block: 60px 0px;
}

@media only screen and (max-width: 1068px){
    .section-routers .router:first-of-type{
        margin-block: 60px 0px;
    }
}

@media only screen and (max-width: 734px){
    .section-routers .router:first-of-type{
        margin-block: 60px 0px;
    }
}
/** 2024/9/3**/