.matching-functions {
  padding: 180px 0 200px;
}
.matching-functions .functions-title {
  margin-bottom: 120px;
  font-size: 72px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.44px;
  color: #111827;
  text-align: center;
}
.matching-functions .functions-title .color_highlight {
  position: relative;
}
.matching-functions .functions-title .color_highlight::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #6ee7b7;
  transition: width 0.4s;
}
.matching-functions .functions-title.animation .color_highlight::after {
  width: 100%;
}
.matching-functions .functions-list {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: 1496px;
  margin: 0 auto;
}
.matching-functions .functions-item {
  display: flex;
  align-items: center;
}
.matching-functions .functions-item-1 {
  justify-content: space-between;
}
.matching-functions .functions-item-2 {
  gap: 120px;
}
.matching-functions .img-area {
  flex-shrink: 0;
  width: 888px;
}
.matching-functions .img-area img {
  width: 100%;
  border-radius: 8px;
}
.matching-functions .text-area .item-stitle {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.18px;
  color: #05d16e;
}
.matching-functions .text-area .item-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.48px;
  color: #374151;
}
.matching-functions br.tablet {
  display: none;
}

@media screen and (max-width: 1919px) {
  .matching-functions {
    padding: 160px 0;
  }
  .matching-functions .functions-title {
    margin-bottom: 100px;
    font-size: 64px;
    letter-spacing: -1.28px;
  }
  .matching-functions .functions-list {
    gap: 100px;
    width: 1262px;
  }
  .matching-functions .functions-item-2 {
    gap: 100px;
  }
  .matching-functions .img-area {
    width: 740px;
  }
  .matching-functions .text-area .item-stitle {
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: -0.16px;
  }
  .matching-functions .text-area .item-title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}

@media screen and (max-width: 1599px) {
  .matching-functions {
    padding: 179px 0 140px;
  }
  .matching-functions .functions-title {
    margin-bottom: 80px;
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .matching-functions .functions-list {
    gap: 80px;
    width: 800px;
  }
  .matching-functions .functions-item-2 {
    gap: 38px;
  }
  .matching-functions .img-area {
    width: 473px;
  }
  .matching-functions .text-area .item-stitle {
    margin-bottom: 3.84px;
    font-size: 15px;
    letter-spacing: 0px;
  }
  .matching-functions .text-area .item-title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
  .matching-functions br.tablet {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .matching-functions {
    padding: 80px 0 120px;
  }
  .matching-functions .functions-title {
    margin-bottom: 56px;
    font-size: 32px;
    letter-spacing: -0.32px;
  }
  .matching-functions .functions-list {
    gap: 48px;
    width: 100%;
    padding: 0 20px;
  }
  .matching-functions .functions-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .matching-functions .text-area .item-stitle {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .matching-functions .text-area .item-title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
  }
  .matching-functions .img-area {
    width: 100%;
  }
  .matching-functions .img-area img {
    border-radius: 2.88px;
  }
  .matching-functions .functions-item-2 .img-area {
    order: 1;
  }
}
