.eaapp-icon-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.eaapp-icon-details {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fbfbfc;
}

.eaapp-icon-image {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  width: 100%;
  height:auto;
}

.eaapp-icon-title {
  align-items: center;
  display: flex;
  flex: 1;
  height: 72px;
  margin: 0 24px;
  color: gray;
}

.eacard {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.eagrid-item {
  border-radius: 3px;
  display: flex;
}

.ealogo {
  color: gray;
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 3.3em;
}
.easvg-icon {
  width: 130px;
  height: 130px;
}
.eaicon {
  width: 24px;
  height: 24px;
  margin-right: 24px;
}
.eaapp-icon-details {
  position: relative;
}

.eaicon.ea-top-middle {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.eaicon.ea-top-left {
  position: absolute;
  left: 0;
  top: -12px;
  margin-left: 24px;
}

.eaicon.ea-top-right {
  position: absolute;
  right: 0;
  top: -12px;
  margin-left: 24px;
}
