* {
  box-sizing: border-box !important;
  /*font-family: 'Poppins', sans-serif !important;*/
  word-break:normal !important;
  word-wrap: normal !important;
}

.pl_service4 .item_con:nth-child(1) {
display: none !important;
}

.pl_service4 .service_group .item_con{    display: block !important;}

@keyframes scroll-icon{
  0% {
    -webkit-transform:translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
  }
  30%, 70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}
:root {
  --dbg:0px;
  --xqbty:65px;
  --xqbtz:30px;
  --nyk:94%;
  --nyzdk:1400px;
  --yx_Color:#0865ca;
  --yx_CTwo: #f6a400;
  --yx_Grad: linear-gradient(132deg, #0865ca 0%, #f6a400 100%);
}

@media only screen and (max-width: 768px){
:root {
  --xqbty:20px;
  --xqbtz:30px;
  --nyk:90%;
  --nyzdk:1400px;
  --yx_Color:#0865ca;
  --yx_CTwo: #f6a400;
  --yx_Grad: linear-gradient(132deg, #0865ca 0%, #f6a400 100%);
}

}
