.reusable-business-featured-block-content p {
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.reusable-business-featured-block-content h3 {
  margin-bottom: 0 !important;
}
.reusable-business-featured-block-content {
  text-align: center;
}
.reusable-business-featured-block-content {
  position: absolute;
  left: 50%;
  z-index: 3;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reusable-business-featured-block {
  position: relative;
  height: 100%;
}
.reusable-business-featured-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.reusable-business-featured-block {
  position: relative;
}
.reusable-business-featured-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.business-tiny-block img {
  width: 100%;
}
.business-tiny-block img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.reusable-business-featured-block-content h2 {
  margin: 0;
}
.reusable-business-block .h2__size {
  margin-bottom: 40px;
  margin-top: 0 !important;
}
.w-55-20 {
  width: calc(55% - 20px);
}
.w-45-20 {
  width: calc(45% - 20px);
}
.reusable-business-featured-block-content {
  width: 100%;
  max-width: 88%;
}
.business-tiny-block a {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .business-tiny-block:nth-of-type(2) {
    display: none;
  }
  .w-50-20 {
    width: 100%;
  }
  .w-55-20 {
    width: 100%;
  }
  .w-45-20 {
    width: 100%;
  }
  .reusable-business-block .flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .reusable-business-featured-block img {
    aspect-ratio: 1/1.3;
  }
}
