.sa-image-bottom-right {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}

.sa-image-bottom-right-inner {
  position: absolute;
  right: 0;
  bottom: -96px;
}

.sa-image-bottom-right img {
  object-fit: contain;
}


@media screen and (max-width: 1440px) {
  .sa-image-bottom-right {
    height: 84px;
  }

  .sa-image-bottom-right-inner {
    bottom: -138px;
    right: 0;
  }

  .sa-image-bottom-right img {
    width: 280px;
    height: 280px;
  }
}