@charset "UTF-8";

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