@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_head:after {
  background: url("../../img/other/mainimg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page_head:after {
    background-position: top right;
  }
}

.catch_area:after {
  background: url("../../img/other/other_img1.jpg") no-repeat center/cover;
}

@media print, screen and (min-width: 768px) {
  .block1_area {
    margin-top: 4rem;
  }
}