/* Homepage "Why choose us" — optional photo replaces Bootstrap icon.
   Global `img { max-width: 100% }` + narrow flex column was shrinking photos; icon column is fixed width. */
.tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon {
  flex-shrink: 0;
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Theme originally targeted `.icon svg`; Bootstrap Icons use `i.bi` — explicit size matches photo box */
.tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon > i.bi {
  font-size: 60px;
  line-height: 1;
}

.tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon .why-choose-us-item__photo {
  display: block;
  width: 60px;
  height: 60px;
  max-width: none;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon {
    width: 50px;
    min-width: 50px;
  }

  .tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon > i.bi {
    font-size: 50px;
  }

  .tf-parner-ani .wrap-icon-box .tf-icon-box.style-1 .icon .why-choose-us-item__photo {
    width: 50px;
    height: 50px;
  }
}
