.row .headline {
  font-size: 28px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row .headline:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.row:first-child .headline:before {
  background-image: url(/wp-content/uploads/2024/09/icon-b01.png);
}
.row:nth-child(2) .headline:before {
  background-image: url(/wp-content/uploads/2024/09/icon-b02.png);
}
.row .map {
  margin-bottom: 50px;
}
.row .map img {
  width: 100%;
}
.row .info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.01em;
}
.row .info h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #393a38;
}
.row .info h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 50%;
  background-color: #ff350d;
  z-index: 1;
}
.row .info h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.row .info .text {
  letter-spacing: -0.03em;
  line-height: 1.625;
  margin-bottom: 50px;
}