@import url('./var.css');

.title-container > div > p {
  font-size: var(--text-lg);
  line-height: 2;
  padding-bottom: 3.125rem;
}

.customer-voice-intro {
  padding-bottom: 1.25rem;
  text-align: center;
}

.arrow-box {
  display: inline-block;
  padding: 0.3125rem 3.125rem;
  border: 0.125rem solid #b3b3b3;
  border-radius: 0.375rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: var(--text-4xl);
  font-weight: normal;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
}

.arrow-box:after,
.arrow-box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 10%;
}

.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
  border-left-width: 0.3125rem;
  border-right-width: 0.3125rem;
  margin-left: -0.3125rem;
  border-top-color: #fff;
}

.arrow-box:before {
  border-color: rgba(179, 179, 179, 0);
  border-top-width: 0.6875rem;
  border-bottom-width: 0.6875rem;
  border-left-width: 0.4375rem;
  border-right-width: 0.4375rem;
  margin-left: -0.4375rem;
  margin-top: 0.125rem;
  border-top-color: #b3b3b3;
}

.customer-voice-example {
  margin-bottom: 1.875rem;
}

.customer-voice-example:last-child {
  margin-bottom: 0;
}

.customer-voice-example > img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
