.iw-strip__box {
  background: #fff;
  padding: 22px 28px;
}

/* متن اصلی */
.iw-strip__text {
  font-family: Avenir;
  font-weight: 400;
  font-style: Roman;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;


  font-size: 32px;
  line-height: 1.25;
  color: #111;
  margin: 0;
}

/* لوگو دقیقاً هم‌خط اولین خط متن */
.iw-strip__logo {
  width: 115px;
  height: 31px;

  opacity: 1;
  border-radius: 24px;




  object-fit: cover;
  vertical-align: middle;
  margin-right: 12px;
}

/* دکمه = ادامه متن */
.iw-strip__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-left: 10px;
  padding: 6px 18px;
  font-size: 12px;

  border: 1px solid #cfcfcf;
  border-radius: 999px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}

.iw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
margin-top: 5xp;
  height: 34px;
  padding: 0 18px;

  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #ffffff;

  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1;

  color: #000;
  text-decoration: none;
  white-space: nowrap;

  transition: all 0.25s ease;
}

/*iPhone 16 Pro - 2*/
@media (max-width: 575.98px) {
  .iw-paragraph img {
    width: 88;
    height: 26;
    top: 43px;
    left: 32px;
    opacity: 1;
    border-radius: 24px;

  }

  .iw-strip__text {
    font-family: Avenir;
    font-weight: 400;
    font-style: Roman;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;

    line-height: 1.35;
  }

  .iw-strip__btn {
    width: 65px;
    height: 27px;

    opacity: 1;
    gap: 8px;

    display: inline-block;
    margin-top: 8px;
  }

}

/*iPad mini 8.3 - 3*/
/* Mobile Large */
@media (min-width: 576px) and (max-width: 767.98px) {
  .iw-paragraph img {
    width: 104px;
    height: 26px;
    top: 59px;
    left: 48px;
    opacity: 1;
    border-radius: 24px;
    ;

  }

}

/*MacBook Air - 7*/
@media (min-width: 1200px) and (max-width: 1399.98px) {

  .iw-paragraph img {

    width: 115px;
    height: 31px;
    top: 71px;
    left: 88px;
    opacity: 1;
    border-radius: 24px;

  }

}