div.mobilitika_recomendations.card {
  margin-top: 28px;
  position: relative;
}
div.mobilitika_recomendations.card:after {
  content: "";
  position: absolute;
  background-image: url(../images/mask2.png?t=1781199788877);
  background-repeat: no-repeat;
  z-index: 1;
  width: calc(100% - 20px);
  height: 302px;
  background-size: cover;
  left: 9px;
  top: 9px;
}
div.mobilitika_recomendations.card img {
  position: absolute;
  height: 155px;
  top: -19px;
  right: 20px;
  width: auto;
  z-index: 2;
}
div.mobilitika_recomendations.card.bg-yellow > img {
  position: absolute !important;
  top: -30px;
  right: 11px;
  width: auto;
  height: 155px;
}
div.mobilitika_recomendations.card.bg-yellow .h2 {
  margin-top: 142px;
}
div.mobilitika_recomendations.bg-mask-12-bottom\:lg:after {
  top: 0;
  right: 69px;
  width: calc(100% - 192px);
  height: 400px;
  left: unset;
}
div.mobilitika_recomendations .subtext {
  font-family: Wix Madefor Display;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -2%;
  margin-top: 20px;
}
div.mobilitika_recomendations a {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-square.png);
  z-index: 1;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  left: 20px;
  top: 20px;
}

@media screen and (min-width: 1025px) {
  div.mobilitika_recomendations .subtext {
    margin-top: 60px;
  }
  div.mobilitika_recomendations.card {
    padding: 68px;
    gap: 24px;
  }
  div.mobilitika_recomendations.card a{
    top: 68px;
    left: 68px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  div.mobilitika_recomendations.card img {
    top: -55px;
    right: 48px;
    height: 369px;
    position: static;
  }
  div.mobilitika_recomendations.card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 28px);
    height: calc(100% - 14px);
    background-image: url(../images/mask2.png?t=1781199788877);
    background-repeat: no-repeat;
    z-index: 1;
  }
  div.mobilitika_recomendations.card.bg-yellow img {
    height: 369px;
    position: static;
  }
  div.mobilitika_recomendations.card.bg-yellow .h2 {
    margin-top: 116px;
  }
  div.mobilitika_recomendations.card.bg-yellow:after {
    width: 0;
  }
  div.mobilitika_recomendations.card.bg-yellow .bg-mask-13-top\:lg:before {
    width: 150%;
    right: -19px;
    left: unset;
    top: -25px;
  }
  div.mobilitika_recomendations.card.bg-yellow .bg-mask-13-top {
    position: unset;
  }

}