#ast-breadcrumbs-yoast {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.ast-breadcrumbs-yoast--back:before {
  background-image: url(/wp-content/uploads/2021/11/Group-243-1.svg);
      background-repeat: no-repeat;
      background-size: 1.4vw;
      content: "";
      width: 2vw;
      height: 1vw;
      transform: rotate(180deg);
      display: inline-block;
      margin-right: 0.8vw;
}


/*TABLET*/

@media (min-width:781px) and (max-width: 1200px){

  .ast-breadcrumbs-yoast--back:before{
    background-size: 20px;
    width: 30px;
    height: 15px;
  }

}


/*MOBILKA*/

@media (max-width:780px){
  .ast-breadcrumbs-yoast--back{
    display: none;
  }
}