@charset "UTF-8";

.article-block {
  position: relative;
}
@media screen and (min-width:768px){
  .text-position {
    position: absolute;
    width: 25%;
    left: -40px;
    top: 76%;
  }
}