.agenda-address {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .a_i_tit>div {
    float: inherit;
    position: static;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex: 1;
  }

  .detail,
  .apply {
    width: 47% !important;
    height: 0.88rem !important;
    line-height: 0.88rem !important;
    box-sizing: border-box !important;
    padding: 0px !important;
    border-radius: 0.5rem !important;
  }

  .detail {
    background: #445BA5 !important;
    color: #fff !important;
  }

  .apply {
    color: #fff !important;
    background: #756BFF !important;
  }

  .agenda_item th,
  .agenda_item td,
  .tit_bg th,
  .tit_bg td {
    background: transparent !important;
  }

  .contact .title {
    margin-left: 0px;
  }

  .agenda_item table {
    background: #192F74 !important;
  }
}