@charset "utf-8";

.service__benefit-wrap {
  padding-bottom: 115.5px;
  border-bottom: 1px solid #BABABA;
}

.service__item  {
  padding: 100px 0;
  border-bottom: 1px solid #BABABA;
}
.service__item-wrap {
  display: flex;
  justify-content: space-between;
  gap: min(calc(87 / 1366 * 100vw), 87px);
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .service__item-wrap {
    flex-direction: row;
  }
}
.service__item-img {
  aspect-ratio: 466 / 450;
  width: 100%;
  max-width: 500px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .service__item-img {
    width: min(calc(466 / 1366 * 100vw), 466px);
    max-width: 466px;
  }
}
.service__item-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service__bottom-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: stretch;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__bottom-wrap {
    flex-direction: row;
  }
}
.service__bottom-item {
  flex: 1;
}
.service__bottom-title {
  transform: translateX(-50%) !important;
      padding: 13px 0 14px 0 !important;
}

.service__bottom-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 9px;
}
.service__bottom-tag {
  width: fit-content;
 padding: 4px 15px 5px 15px !important;
}