.ein-02,
.ein-03,
.ein-04 {
  padding: 40px 0;
}

@media (max-width: 768px) {
.ein-02,
.ein-03,
.ein-04 {
  padding: 10px 0;
}
}

/* Section-02 */
.ein-02 .theme-button {
  margin: 20px 0;
  display: inline-block;
}

/* Section-03 */

.ein-03-content,
.ein-05-content {
  flex: 1;
  min-width: 300px;
}

.ein-03-title,
.ein-05-title {
  font-weight: 700;
  color: #20282d;
  margin-bottom: 40px;
  font-size: 32px;
}

.ein-03-list,
.ein-05-list {
  list-style: none;
}

.ein-03-item,
.ein-05-item {
  margin-bottom: 35px;
  position: relative;
  padding-left: 20px;
}

.ein-03-item::before,
.ein-05-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #20282d;
  border-radius: 50%;
}

.ein-03-item-title,
.ein-05-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #20282d;
  margin-bottom: 10px;
}

.ein-03-item-description,
.ein-05-item-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
}

.ein-03-image-wrapper,
.ein-05-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
}

.ein-03-image-card,
.ein-05-image-card {
  background: linear-gradient(135deg, #5a9c95 0%, #4a8a83 100%);
  border-radius: 15px;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-image: url("../../imgs/usa/ein/why-get-ein.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  position: relative;
}

.ein-03-image-card
{
  background-image: url("../../imgs/usa/ein/what-is-ein.webp");
}

@media (max-width: 968px) {
  .ein-03-title,
  .ein-05-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ein-03-title,
  .ein-05-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .ein-03-item,
  .ein-05-item {
    margin-bottom: 25px;
  }

  .ein-03-item-title,
  .ein-05-item-title {
    font-size: 1rem;
  }

  .ein-03-item-description,
  .ein-05-item-description {
    font-size: 0.9rem;
  }

  .ein-03-image-card,
  .ein-05-image-card {
    padding: 30px;
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .ein-03-title,
  .ein-05-title {
    font-size: 1.5rem;
  }

  .ein-03-image-card,
  .ein-05-image-card {
    min-height: 300px;
  }
}

/* Section-04 */
.package-global-wrapper .ein-04 .pricing-header-start .package-title {
  font-size: 26px;
}

/* Section-05 */
.ein-05 {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.ein-05-image-wrapper {
  justify-content: flex-start;
}

.ein-05-item-description {
  font-size: 16px;
}

@media (max-width: 992px) {
.ein-05-image-wrapper
{
    justify-content: center;
    margin-bottom: 30px;
}
}

@media (max-width: 768px) {
.ein-03-image-wrapper

{
    justify-content: center;
    margin-top: 0;
}

}