.business-plans-tiers__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.business-plans-tiers__container {
  max-width: 1424px;
  width: 100%;
}

.business-plans-tiers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  justify-content: center;
  justify-items: center;
  max-width: 1360px;
  margin: 0 auto;
}

.business-plans-tier {
  background: #e8e9e6;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  height: 476px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   text-align: center;
  align-items: center;
  justify-content: center;
  place-content: center;
}

.tier-icon img {
  max-width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.tier-title {
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 189px;

}

.portal-software-button {
  display: inline-block;
  padding: 10px 36px;
  border: 1px solid #007aff;
  border-radius: 30px;
  background: transparemt;
  color: 0085ff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.portal-software-button:hover {
  background: #A0AEC0;
  color: #007aff;
  text-decoration: none;.
  transition: all 0.3s ease;
}
@media (max-width: 1560px) {
  .business-plans-tiers {
    overflow: hidden;
  }

}

}
@media (max-width: 1440px) {
  .business-plans-tiers {
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .business-plans-tiers {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  
  .business-plans-tier {
  background: #e8e9e6;
  border-radius: 10px;
  width: 240px;
  text-align: center;
  padding-top: 40px;
  height: 476px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}

@media (max-width: 900px) {
  .business-plans-tiers {
    grid-template-columns: repeat(2, 1fr);
  }

  .business-plans-tier {
    width: 100%; 
  }
}

@media (max-width: 600px) {
  .business-plans-tiers {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .business-plans-tier {
    width: 100%;
    padding: 30px 20px;
    height: auto; 
  }