.branch-list-wrap .row {
  margin: 0 -15px;
  padding: 60px 0;
  display: flex;
}
.branch-list-wrap .row:nth-child(even) {
  flex-direction: row-reverse;
}
.branch-list-wrap .row + .row {
  border-top: 1px solid #ccc;
}
.branch-list-wrap .row .desc span {
  display: block;
  width: 144px;
  height: 30px;
  line-height: 30px;
  background: var(--main-color);
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.branch-list-wrap .row .desc h2 {
  margin: 25px 0 30px;
  font-size: 32px;
  color: #333;
}
.branch-list-wrap .row .desc .rich-text {
  min-height: 100px;
  overflow-y: auto;
}
.branch-list-wrap .row .desc .rich-text p {
  margin: unset;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
  text-indent: 28px;
}
.branch-list-wrap .row .desc .rich-text p + p {
  margin-top: 10px;
}
.branch-list-wrap .row .desc .address {
  margin-top: 30px;
}
.branch-list-wrap .row .desc .address p {
  color: #333;
}
.branch-list-wrap .row .cover img {
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}



@media screen and (max-width: 640px) {
  .branch-list-wrap .row {
    flex-direction: column-reverse;
    padding: 50px 0;
  }
  .branch-list-wrap .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .branch-list-wrap .cover {
    margin-bottom: 20px;
  }
  .branch-list-wrap .row .desc h2 {
    font-size: 20px;
    margin: 15px 0 10px;
  }
  .branch-list-wrap .row .desc .rich-text p {
    font-size: 14px;
    font-weight: 300;
  }
  .branch-list-wrap .row .desc .address p {
    font-size: 14px;
    line-height: 1.8;
    margin: unset;
  }
}
