@charset "UTF-8";
.balloon {
  position: relative;
  padding: 10px 25px;
  max-width: 372px;
  color: #ffffff;
  background: #2076C7;
  text-align: center;
  margin: 20px auto;
  border-radius: 50px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #2076C7;
}

.service-ex {
  max-width: 440px;
  margin-bottom: 60px;
}

.p-14 {
  font-size: 14px;
}

@media screen and (max-width: 1019px) {
  .service-ex {
    margin: 0 auto 40px;
  }
}


