@charset "utf-8";

.customerOmoi__mainPanel {
  display: flex;
  gap: 25px;
}

.customerOmoi__mainPanel_content {
  flex: 1;
}

.customerOmoi__mainPanel_txt {
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(0 138 0 / 60%);
  margin-bottom: 25px;
}

@media screen and (max-width: 767px){
  .customerOmoi__mainPanel {
    flex-direction: column;
  }
}