.img-card {
  position: relative;
  width: 30%;
  aspect-ratio: 1.2 / 1;
  overflow: hidden;
  border: 1px solid lightgray;
}

.img-card button {
  position: absolute;
  bottom: 10%;
  left: 5%;
  border: none;
  background-color: transparent;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  z-index: 50;
}

.aptron-text {
  color: #063970;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 2.5px;
  margin-bottom: 3%;
  padding-left: 1%;
  border-left: 10px solid #f46448;
}

.card1,
.card11 {
  background-color: var(--green-color);
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card2,
.card12 {
  background-color: #f96649;
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card3,
.card13 {
  background-color: #dfb232;
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card4,
.card14 {
  background-color: #063970;
  border-radius: 50%;
  padding: 20px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
