#donuts .colorbox-inner {
  width: 93.9209726444%;
  padding-bottom: 40px;
  margin: 0 auto;
}

#donuts .exclamation {
  display: flex;
  justify-content: center;
  margin: 38px 0;
}

#donuts .exclamation .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  aspect-ratio: 1;
}

#donuts .exclamation .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--color-purple), var(--color-lightblue));
  transform: rotate(45deg);
}

#donuts .exclamation .icon::after {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: relative;
  color: #fff;
  font-size: 53.5px;
}

#donuts .text {
  margin-bottom: 30px;
}

#donuts .donuts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}

#donuts .donuts .donuts1 .img,
#donuts .donuts .donuts2 .img {
  position: relative;
  aspect-ratio: 1;
  background: url("../img/common/frame.png") center/contain no-repeat;
}

#donuts .donuts .donuts1 .img img,
#donuts .donuts .donuts2 .img img {
  position: absolute;
}

#donuts .donuts .donuts1 .name,
#donuts .donuts .donuts2 .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

#donuts .donuts .donuts1 .name::before,
#donuts .donuts .donuts2 .name::before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url("../img/common/pokeball.svg") center/contain no-repeat;
}

#donuts .donuts .donuts1 img {
  width: 62.8762541806%;
  top: 20.4013377926%;
  left: 18.72909699%;
}

#donuts .donuts .donuts2 img {
  width: 63.5451505017%;
  top: 23.0769230769%;
  left: 18.3946488294%;
}

@media screen and (min-width: 768px) {
  #donuts .text {
    text-align: center;
  }

  #donuts .donuts {
    gap: 20px;
  }

  #donuts .donuts .donuts1 .name,
  #donuts .donuts .donuts2 .name {
    gap: 7px;
    margin-top: 15px;
  }

  #donuts .donuts .donuts1 .name::before,
  #donuts .donuts .donuts2 .name::before {
    width: 17px;
  }

  #donuts .donuts .donuts1 img {
    width: 76.4227642276%;
    top: 13.8211382114%;
    left: 11.7886178862%;
  }

  #donuts .donuts .donuts2 img {
    width: 77.2357723577%;
    top: 17.4796747967%;
    left: 11.3821138211%;
  }
}

@media screen and (min-width: 1024px) {
  #donuts .colorbox-inner {
    width: 87.6543209877%;
    padding-bottom: 60px;
  }

  #donuts .exclamation {
    margin: 30px 0;
  }

  #donuts .exclamation .icon::after {
    font-size: 54px;
  }

  #donuts .text {
    margin-bottom: 40px 0;
  }

  #donuts .donuts {
    gap: 32px;
    max-width: 524px;
  }
}