/* Features Section */
.anistonmainfeature-section {
  max-width: 1200px;
  margin: auto;
  padding: 30px 0px;
}

/* Title with Line Below */
.anistonmainfeature-header {
  text-align: left;
  margin-bottom: 15px;
}

.anistonmainfeature-header h2 {
  font-size: 24px;
  font-weight: 100;
  margin: 0;
  font-family: "Avenir55Roman", sans-serif;
  color: #000;
}

.anistonmainfeature-header .anistonmainfeature-line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin-top: 5px;
}

/* Features Grid */
.anistonmainfeature-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* Feature Box */
.anistonmainfeature-box {
  max-width: 400px;
  flex: 1;
  text-align: left;
}

.anistonmainfeature-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.anistonmainfeature-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.anistonmainfeature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .anistonmainfeature-container {
    flex-direction: column;
  }

  .anistonmainfeature-box {
    max-width: 100%;
  }

  /* Features Section */
  .anistonmainfeature-section {
    max-width: 1200px;
    margin: auto;
    padding: 30px 25px;
  }
}
