.flow-list-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.flow-listitem {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
  width: 459px;
}

.flow-img {
  display: flex;
  gap: 15px;
}

.flow-img p img {
  max-width: 60px;
}

.flow-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.flow-img .disc-list {
  margin-top: 10px;
}

.flow-detail_txt {
  font-size: 16px;
  margin-top: 10px;
}

.service_list {
  margin-top: 20px !important;
  padding-top: 15px;
  border-top: 1px solid #b9b9b9;
}

.service_block .disc-list {
  margin-top: 44px !important;
}

.arrow-link--right::after {
  width: 20px !important;
  height: 20px !important;
  transform: translateY(-40%) !important;
}

.arrow-link {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .flow-listitem {
    width: calc(50% - 13px);
  }

  .flow-img {
    gap: 10px;
  }

  .flow-img p img {
    max-width: 50px;
  }

  .disc-list {
    font-size: 16px !important;
  }

  .service_block .disc-list {
    margin-top: 67px !important;
  }
}

@media screen and (max-width: 540px) {
  .flow-list-block {
    gap: 20px;
    flex-direction: column;
  }

  .flow-img p img {
    max-width: 35px;
  }

  .flow-listitem {
    width: 100%;
    padding: 18px;
  }

  .service_block .disc-list {
    margin-top: 20px !important;
  }
}