.features-boxes .floating-square.auto-crop img {
  --r: 50px;
  /* the radius */
  width: 450px;
  /* the image size */
  aspect-ratio: 1;
  margin: calc(0.41421356*var(--r));
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%) margin-box;
  --_g: /calc(2*var(--r)) calc(2*var(--r)) 
					radial-gradient(#000 70%,#0000 72%);
  --_s: calc(100% - (1 - 0.41421356)*var(--r));
  mask: conic-gradient(#000 0 0) no-repeat 50%/var(--_s) var(--_s), top var(--_g) no-repeat space, left var(--_g) space no-repeat;
  object-fit: cover;
  object-position: center right;
}
@media (max-width: 992px) {
  .features-boxes .floating-square {
    position: absolute;
    right: -150px;
    top: 10px;
    opacity: 0.1;
  }
}
.features-boxes .features-boxes-items .feature-content {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  padding: 20px;
  color: #63666a;
}
.features-boxes .features-boxes-items .feature-content h4 {
  font-weight: 900 !important;
}
