.arshine2-indicator_card {position:relative;margin-top:-110px;}
.arshine2-indicator_card::after {content:"";background:#466cc5;position:absolute;left:0;right:0;bottom:0;height:100px;}
.arshine2-indicator_card > * {position:relative;z-index:10;}
.arshine2-indicator_card ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.arshine2-indicator_card ul li {width:20%;text-align:center;}
.arshine2-indicator_card ul li h5 {color:var(--color-primary);font-family:Impact;font-size:90px;line-height:110px;height:110px;display:inline-block;position:relative;}
.arshine2-indicator_card ul li h5 span{line-height:inherit;}
.arshine2-indicator_card ul li h5 .icon {position:absolute;right:-30px;top:15px;color:var(--color-primary);font-size:40px;line-height:1;}
.arshine2-indicator_card ul li p {font-size:24px;color:#fff;height:100px;line-height:30px;display:inline-flex;justify-content:center;align-items:center;}


@media screen and (max-width:1680px) {
.arshine2-indicator_card ul li h5{font-size:85px;}
.arshine2-indicator_card ul li p{font-size:23px;}
}

@media screen and (max-width:1550px) {
.arshine2-indicator_card ul li h5{font-size:80px;}
.arshine2-indicator_card ul li p{font-size:22px;line-height:29px;}
}

@media screen and (max-width:1441px) {
.arshine2-indicator_card ul li h5 {font-size:75px;}
.arshine2-indicator_card ul li p {font-size:21px;line-height:28px;}
}

@media screen and (max-width:1367px) {
.arshine2-indicator_card{margin-top:-100px;}
.arshine2-indicator_card ul li h5 {font-size:70px;line-height:100px;height:100px;}
.arshine2-indicator_card ul li p {font-size:20px;line-height:27px;}
}

@media screen and (max-width:1281px) {
.arshine2-indicator_card{margin-top:0;padding:50px 0;}
.arshine2-indicator_card::after{display:none;}
.arshine2-indicator_card ul li h5 {font-size:60px;line-height:1;height:auto;}
.arshine2-indicator_card ul li h5 .icon{top:0px;font-size:30px;}
.arshine2-indicator_card ul li p {margin:10px 0 0;font-size:18px;color:#333;display:block;line-height:26px;height:auto;}
}

@media screen and (max-width:1171px) {
.arshine2-indicator_card ul li h5 {font-size:55px;}
.arshine2-indicator_card ul li p {font-size:17px;}
}
@media screen and (max-width:992px) {
.arshine2-indicator_card ul li{width:33.33333%;padding:10px 0;}
.arshine2-indicator_card ul li h5 {font-size:50px;}
.arshine2-indicator_card ul li p {font-size:16px;line-height:24px;}
}

@media screen and (max-width:768px) {
.arshine2-indicator_card {padding:10px 0 20px;}
.arshine2-indicator_card ul li {width:50%;}
.arshine2-indicator_card ul li h5 {font-size:45px;}
.arshine2-indicator_card ul li h5 .icon{font-size:25px;right:-20px;}
}


@media screen and (max-width:600px) {
.arshine2-indicator_card ul li h5 {font-size:40px;}
.arshine2-indicator_card ul li p {font-size:14px;line-height:20px;}

}


@media screen and (max-width:480px) {
.arshine2-indicator_card ul li h5 {font-size:35px;font-family:var(--title-font-family);}
}	


@media screen and (max-width:420px) {
.arshine2-indicator_card ul li h5 {font-size:24px;}

}








