@charset "UTF-8";

.article-block {
  position: relative;
}
@media screen and (min-width:768px){
  .text-position {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 90px;
    translate: -50%;
  }
  figure:last-of-type {
    margin-bottom: 100px;
  }
}