@charset "utf-8";

.imageCenter {
    align-items: center;
}

.btn-box__label {
    margin-left: 0;
}

@media (min-width: 768px) {
    .btn-box__label {
        margin-left: 83px;
    }
}

@media only screen and (max-width: 768px) {
    #articleBody .articleSect .col.photoCol.noOder {
    order: 3;
  }
}
