.notebook-performance {
  width: 75%;
  margin: 4rem auto 9.1rem;
}

.notebook-performance-box article,
.notebook-performance-box figure {
  box-sizing: border-box;
}

.notebook-performance-box article {
  width: 55%;
}

.notebook-performance-box h2 {
  font-size: 3.5rem !important;
  line-height: 3.5rem !important;
}

.notebook-performance-box h4 {
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-family: "noto-bold";
  color: #ffffff;
}

.notebook-performance-box p,
.notebook-performance-box li {
  font-size: 1.5rem !important;
  line-height: 1.8rem !important;
  font-weight: 500;
  color: #ffffff;
}

.notebook-performance-box li {
  font-size: 1.5rem !important;
  line-height: 1.8rem !important;
  font-weight: 500;
  color: #4e4e4e;
  border-image-source: linear-gradient(90deg, #e96c3d 7.25%, #b52024 100%);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0px 0px 6.8px 0px #e96c3d;
  margin-top: 2rem;
}

@media (min-width: 1000px) {
  .md\:mb-5 {
    margin-bottom: 5rem;
  }

  .notebook-performance-box p,
  .notebook-performance-box li {
    font-size: 1.7rem !important;
    line-height: 2.5rem !important;
    font-weight: 500;
    color: #ffffff;
  }

  .notebook-performance-box h4 {
    font-size: 2rem !important;
    line-height: 2.7rem !important;
  }
}

@media (min-width: 924px) {
  .notebook-performance-box {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: space-between;
  }
}

@media (max-width: 923px) {
  .notebook-performance {
    margin-top: 10rem;
  }

  .notebook-performance-box {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .notebook-performance-box article {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .flex-invert {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

#copilot figure img {
  width: 120% !important;
}
