.key-feature .body {
  text-align: center;
}

.key-feature .body .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.key-feature .body .icon:before {
  content: "";
  position: absolute;
  width: 120%;
  background: #333333;
  height: 40px;
  border-radius: 85%;
  z-index: 0;
  top: 0px;
}

.key-feature .body .icon:after {
  content: "";
  position: absolute;
  width: 120%;
  background: #333333;
  height: 40px;
  border-radius: 85%;
  z-index: 0;
  bottom: 0px;
}

.key-feature .body .icon .body {
  width: 100%;
  position: relative;
  display: inline-block;
  height: auto;
  background: #333333;
  z-index: 1;
}

.key-feature .body .icon .body svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.key-feature .body .header {
  font-size: 18px;
  color: #1a1a1a;
}

.key-feature .body .content {
  font-size: 1.8rem;
  color: #1a1a1a;
  font-family: "mtn-regular", sans-serif;
}


