@charset "UTF-8";

@media screen and (max-width: 768px) {
  .content-heading__object img{
    object-position: calc(100% + 8rem) top;
  }
}