.liquid-speech-balloon-wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-wrap {
    margin-bottom: 40px;
  }
}

.liquid-speech-balloon-avatar {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-avatar {
    width: 60px !important;
    height: 60px !important;
  }
}

.liquid-speech-balloon-avatar::after {
  font-size: 1.4rem !important;
  letter-spacing: 0.03em !important;
  top: 92px !important;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-avatar::after {
    font-size: 1.2rem !important;
    top: 72px !important;
  }
}

.liquid-speech-balloon-text {
  border-radius: 10px !important;
  padding: 16px 24px !important;
  margin-left: 53px;
  background-color: #D9EFFF;
  border: none;
}

@media screen and (max-width: 767px) {
  .liquid-speech-balloon-text {
    margin-left: 33px !important;
  }
}

.liquid-speech-balloon-right .liquid-speech-balloon-text {
  margin-right: 53px;
}

.liquid-speech-balloon-arrow {
  left: -10px;
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-right: 10px solid #D9EFFF;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  right: -17px;
  border-right: 7px solid transparent;
  border-left: 10px solid #D9EFFF;
}