&.box-image-normal {
  .box-image-bg {
    height: 70vh;
  }
  .section_description  {
    width: 90%;
  }

  .post-content {
    width: calc(100% - 50px);
  }

  .dsn-post-link {
    position: absolute;
    right: -30px;
    bottom: 50px;
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;

    svg {
      fill: $heading-color;
      transform: scale(0.75);
    }
  }


}