.m3-hospi-group-title {
  width: 97%;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: #F6F6F6;border:1px solid #008388;
  color: #008388;
  height: 25px;
  vertical-align: middle;
  padding-left: 3%;
  padding-top: 5px;
}

.m3-hospi-group-title span {
  float: right;
  padding-right: 10px;
}

.m3-hospi-group-body {
  display: none;
}

.m3-hospi-point {
  text-align: center;
}

.m3-hospi-point__button {
  display: inline-block;
  width: 320px;
  height: 50px;
  color: #40509e;
  background-color: white;
  border: 3px solid #40509e;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 10px 10px 10px;
}

.m3-hospi-articles-sidebar {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .m3-hospi-point__button {
    display: inline-block;
    width: 300px;
    height: 50px;
    color: #40509e;
    background-color: white;
    border: 3px solid #40509e;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
  }

  .m3-hospi-point__small {
    font-size: 15px;
  }

  .m3-hospi-articles-sidebar {
    display: none;
  }
}
