@charset "UTF-8";
.border-marker {
  background: linear-gradient(transparent 70%, #FFF7A5 30%);
}
.textIconLeft__image_l {
  display: flex;
  align-self: center;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .textIconLeft__image_l {
    width: 68px;
    height: 68px;
  }
}
