.darekabaraitowa-box {
  background-color: rgb(255, 247, 240);
  padding: 20px;
  /* background-image: url(../img/logo.png);
  background-size: 100%;
  background-repeat: no-repeat; */
}
.darekabaraitowa-box .title {
  font-size: 40px;
  color: rgb(255, 136, 0);
  padding-top: 30px;
}
.darekabaraitowa-box .sec {
  padding-top: 2em;
  line-height: 2em;
  font-size: 20px;
  font-family: "hiragino-sans-gb-w3";
  color: rgba(0, 0, 0, 0.7);
}
.darekabaraitowa-box div {
  text-align: center;
}
.balloon-wrapper {
  display: inline-block;
  width: 340px;
  padding: 10px 20px;
  position: relative;
}
.balloon {
  width: 100%;
}
.balloon-content {
  position: absolute;
  width: calc(100% - 40px);
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 1199.98px) {
  
}
@media (max-width: 991.98px) {
  .container {
    max-width: unset;
  }
  .darekabaraitowa-box .title {
    font-size: 32px;
  }
  .darekabaraitowa-box .sec {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .darekabaraitowa-box .title {
    font-size: 28px;
  }
  .darekabaraitowa-box .sec {
    font-size: 16px;
  }
  .balloon-wrapper {
    max-width: 100%;
    padding: 10px 0px;
  }
  .balloon-content {
    width: 100%;
  }

}