.section-container:nth-of-type(1) {
  background: #fff;
}

.menu-select {
  border: solid 1px #323232;
  border-radius: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
div.menu-select:last-child {
  margin-bottom: 20px;
}
.menu-desc {
  border-bottom: solid 1px #323232;
  color: #323232;
  overflow: hidden;
}
.select-p {
  padding: 10px 20px;
  color: #505050;
}

.icon i {
  font-size: 30px;
  line-height: 47px;
  padding: 0;
  margin: 0;
}
.icon,
.select-title {
  height: 47px;
  text-align: center;
  width: 20%;
  float: left;
}
.select-title {
  background: #323232;
  width: 80%;
  margin: 0;
  float: right;
}
.menu-desc h3 {
  line-height: 47px;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
}

.go {
  width: 100%;
  display: block;
  background: #00a000;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 10px;
  padding: 2px 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}


@media (min-width: 414px) {

  div.section-container:nth-of-type(1) > .container {
    width: 380px
  }

}

@media (min-width: 750px) {

  .menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-select {
    width: 49%;
  }
  div.menu-select:nth-of-type(n+3) {
    margin-top: 20px;
  }
  div.menu-select:last-child {
    margin-bottom: 0;
  }

  div.section-container:nth-of-type(1) > .container {
    width: 660px
  }
  div.menu-select {
    margin-bottom: 0;
  }

}

@media (min-width: 980px) {

  div.section-container:nth-of-type(1) > .container {
    padding: 0;
    width: 600px
  }

}
