
@media only screen and (max-width: 960px) {
.rk-image img{width:50%}
}

.uk-subnav > li > a{
  font-family: Poppins !important;
  font-size: 18px !important;
  font-weight: 400 !important;
    margin-left:0px;
margin-right:20px;
}


.uk-subnav > li > a::after {
  content: '';
  position: absolute;
  background: url(../../../images/gfx_4stripes_1.svg) 100% 50% no-repeat;
  width: 10px;
  height: 30px;
  right: 0;
  top: 0;


}

