/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
@media (min-width: 1200px) {
  .block__accordion:after {
    content: "";
    background-image: url("../img/logo-graphic.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 250px;
    width: 500px;
    height: 183px;
  }
}
@media (min-width: 1400px) {
  .block__accordion:after {
    width: 690px;
    height: 183px;
  }
}