#img-academy-intro {
  width: auto;
}

@media (max-width: 992px) {
  #img-academy-intro {
    width: 100%;
  }
}

#bottom-consult::before {
  background-image: url('../../../assets/img/main/img-bottom-consult-n.png');
  background-size: contain;
  background-repeat: no-repeat;
}

#bottom-consult::after {
  background-image: url('../../../assets/img/main/img-bottom-consult-h.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #bottom-consult::before {
    background-image: url('../../../assets/img/main/img-bottom-m-consult-n.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #bottom-consult::after {
    background-image: url('../../../assets/img/main/img-bottom-m-consult-h.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #bottom-consult {
    aspect-ratio: 718 / 150 !important;
    max-width: 718px !important;
  }
}

#bottom-question::before {
  background-image: url("../../../assets/img/main/img-bottom-question-n.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#bottom-question::after {
  background-image: url("../../../assets/img/main/img-bottom-question-h.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #bottom-question::before {
    background-image: url('../../../assets/img/main/img-bottom-m-question-n.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #bottom-question::after {
    background-image: url('../../../assets/img/main/img-bottom-m-question-h.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #bottom-question {
    aspect-ratio: 718 / 150 !important;
    max-width: 718px !important;
  }
}

#information img {
  width: 100%;
  max-width: 960px;
}

