.headerLogo {
  width: 55px;
}

@media screen and (max-width: 768px) {
  .headerLogo {
    width: 140px;
  }
}
.top1stCategory {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background: none;
  width: 100%;
  height: auto;
  margin: 80px auto;
  padding: 80px 20px;
}
.top1stCategory .commonButton,
.top1stCategory .commonTitle {
  color: #000 !important;
}
.top1stCategory .commonButton {
  border-color: #000 !important;
}
@media screen and (max-width: 768px) {
  .top1stCategory {
    aspect-ratio: unset !important;
    height: auto !important;
    padding: 50px 30px;
    margin: 40px auto;
    width: 86%;
  }
}

.firstviewLogo {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .firstviewLogo {
    width: 140px !important;
  }
}
@media (max-width: 768px) {
  .firstview {
    display: flex;
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=new2.css.map */