
.tonys-features {
  padding: 60px 20px;
}

.tonys-features-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.tonys-features-image,
.tonys-features-content {
  width: 50%;
  min-width: 0;
}

.tonys-features-image img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: auto;
}

.tonys-features-content h2 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.3;
  color: #1d1d1d;
}

.tonys-features-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tonys-features-content li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.feature-number {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #004297 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.feature-number::before,
.feature-number::after {
  color: #fff !important;
}

@media (max-width: 768px) {
  .tonys-features {
    padding: 40px 18px;
  }

  .tonys-features-inner {
    flex-direction: column;
    gap: 30px;
  }

  .tonys-features-image,
  .tonys-features-content {
    width: 100%;
  }

  .tonys-features-content h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .tonys-features-content li {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .feature-number {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
}
