.cion-model-section {
  padding: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  /* gap: 2rem; */
}

.cion-model-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  align-self: flex-start;
  align-items: flex-start;
}

.cion-model-buttons .btn {
  padding: 0.4rem 1rem;
  border-radius: 1.45rem;
  border: 1px solid black;
  background-color: white;
  font-size: 0.727rem;
  font-weight: 500;
  cursor: pointer;
  height: 2.18rem;
}

.cion-model-buttons .btn.active {
  background-color: black;
  color: white;
}

.cion-model-content {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

.phone-frame {
  align-self: center;
  height: 20.54rem;
  width: 14.13rem;
}
@media screen and (max-width: 768px) {
  .phone-frame {
    margin-top: 1rem;
  }
}

.phone-frame img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.model-info {
  width: 13.136rem;
  align-self: flex-end;
  /* padding-left: 1.2rem; */
  position: relative;
}

.model-info h2 {
  font-size: 1rem;
  color: #83368d;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.model-info ul {
  list-style: none;
  padding: 0;
  font-size: 0.727rem;
  line-height: 1.3;
  position: relative;
}

.model-info li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 0.8rem;
}

.model-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  height: 0.272rem;
  width: 0.272rem;
  background-color: #eb88a3;
  /* border-radius: 50%; */
}

.model-info li > span {
  font-weight: 500;
}

/* Responsive tweaks */
@media screen and (min-width: 768px) {
  .cion-model-section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .cion-model-buttons {
    align-self: center;
    align-items: flex-end;
  }

  .cion-model-buttons .btn {
    height: 1.09rem;
    font-size: 0.337rem;
  }

  .cion-model-content {
    flex-direction: row;
    gap: 0;
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
  }

  .model-info {
    width: 7.92rem;
    text-align: left;
    flex-shrink: 0;
  }

  .phone-frame {
    width: 8.41rem;
    height: 12.26rem;
    flex-shrink: 0;
    margin: auto;
  }

  .phone-frame img {
    height: auto;
    width: 100%;
  }

  .model-info {
    margin-right: 1rem;
  }

  .model-info h2 {
    font-size: 0.83rem;
  }

  .model-info ul {
    font-size: 0.377rem;
  }

  .model-info li::before {
    height: 0.11rem;
    width: 0.11rem;
    top: 0.4rem;
  }
}
