.mm_container {
  background-color: white;
  width: 80%;
  margin-bottom: 40px;
  height: 600px;
  margin: 0px auto;
  margin-top: 100px;
  text-align: center;
  border: 2px #e1e1e1 solid;
}
.mm_logo_container {
  text-align: center;
  width: 120px;
  margin: 0px auto;
  margin-top: -60px;
  border: 2px #d3cfcf solid;
  border-radius: 60px;
  background: white;
}
.mm_agrad {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.mm_sub_container {
  float: left;
  width: 100%;
  height: 400px;
}
.mm_list {
  width: 32%;
  float: left;
  height: 400px;
  text-align: left;
  font-weight: 600;
}
.mm_list_h2 {
  margin-left: 34px;
  font-size: 24px;
}

.mm_ol {
  line-height: 35px;
  font-size: 16px;
  margin-left: 50px;
}

.mm_img-cont {
  width: 66%;
  float: left;
}

.mm_img {
  max-width: 100%;
}

@media (max-width: 800px) {
  .mm_list {
    width: 100%;
    height: auto;
  }
  .mm_img-cont {
    width: 90%;
    padding: 5%;
  }
}
