.header-insta {
  width: 27px;
  height: auto;
  float: left;
  margin-left: 12px;
}
.header-line {
  width: 27px;
  height: auto;
  float: left;
  margin-left: 6px;
}
.header-insta a img,
.header-line a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-insta img,
  .header-line img {
    width: 26px;
  }
}
.voice-detailPlayerMessage strong {
  font-weight: bold;
}
.feature-list {
  overflow: hidden;
}
.feature-featureBox6,
.feature-featureBox7 {
  margin-bottom: 20px;
  width: 49%;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
}
.feature-featureBox6 {
  float: left;
  min-height: 338px;
  background: palevioletred;
}
.feature-featureBox6 .feature-symbolIcon img {
  width: 90px;
  height: auto;
}

.feature-featureBox7 {
  float: right;
  min-height: 338px;
  background: #4ac8fe;
}

@media screen and (max-width: 767px) {
  .feature-featureBox6,
  .feature-featureBox7 {
    float: none;
    width: 100%;
    min-height: 0;
  }
  .feature-featureBox6 .feature-symbolIcon img {
    width: 55px;
  }
  .feature-featureBox7 .feature-symbolIcon img {
    width: 31px;
  }
}
