.es-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.es-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}

.es-col {
  flex: 1 1 0;
  min-width: 0;
}

.es-text {
  max-width: 680px;
}

.an_abous_us-text {
  max-width: max-content;
}

.es-image {
  text-align: center;
}

.es-image img {
  width: 520px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.es-logo {
  margin: 0 0 8px 0;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.es-blue-dark {
  color: #060f6d;
}

.es-blue-light {
  color: #b9d2ef;
}

.es-subtitle {
  margin: 0 0 24px 0;
  font-size: 18px;
  color: #333;
}

.es-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 72px;
}

.es-card {
  flex: 1 1 calc(50% - 48px);
}

.es-list {
  margin: 14px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.es-list li {
  position: relative;
  padding-left: 34px;
  margin: 12px 0;
  line-height: 1.55;
}

.es-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23060f6d'/%3E%3Cpath d='M9.2 16.2L4.9 12l-1.4 1.4L9.2 19 21 7l-1.4-1.4z' fill='white'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .es-row {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .es-container {
    padding: 36px 16px;
  }

  .es-row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .es-logo {
    font-size: 30px;
  }

  .es-subtitle {
    font-size: 16px;
  }

  .es-grid {
    margin-top: 40px;
    gap: 24px;
  }

  .es-card {
    flex: 1 1 100%;
  }

  .es-image img {
    width: 100%;
    max-width: 420px;
  }
}
