.icon-list-section {
  padding: 80px 0;
  background-color: #fff;
}
.icon-list-section .container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.icon-list-section .icon-list-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.icon-list-section .icon-list-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}
.icon-list-section .label-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(60, 90, 120, 0.2);
  color: #3C5A78;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.icon-list-section .label-button svg {
  width: 16px;
  height: 16px;
}
.icon-list-section .title h2 {
  margin: 0;
  margin-bottom: 16px;
}
.icon-list-section .sub-title {
  color: #303A43;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-bottom: 32px;
}
.icon-list-section .sub-title p {
  color: #303A43;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0;
}
.icon-list-section .list-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.icon-list-section .list-item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.icon-list-section .list-item-icon {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  flex-shrink: 0;
  align-self: center;
}
.icon-list-section .list-item-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.icon-list-section .list-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.icon-list-section .list-item-title {
  color: #030D16;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.icon-list-section .list-item-sub-title {
  color: #303A43;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.icon-list-section .list-item-sub-title p {
  color: #303A43;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0;
}
.icon-list-section .icon-list-right {
  display: flex;
  max-width: 592px;
  max-height: 690px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  flex-shrink: 0;
  overflow: hidden;
}
.icon-list-section .icon-list-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (width <= 1250px) {
  .icon-list-section .icon-list-right {
    max-width: 45%;
  }
  .icon-list-section .title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .icon-list-section .label-button {
    font-size: 13px;
    line-height: 18px;
  }
  .icon-list-section .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .icon-list-section .sub-title p {
    font-size: 16px;
    line-height: 24px;
  }
  .icon-list-section .list-item-title {
    font-size: 18px;
    line-height: 26px;
  }
  .icon-list-section .list-item-sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .icon-list-section .list-item-sub-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (width <= 768px) {
  .icon-list-section {
    padding: 40px 0;
  }
  .icon-list-section .container {
    padding: 0 20px;
  }
  .icon-list-section .icon-list-content {
    flex-direction: column;
    gap: 32px;
  }
  .icon-list-section .icon-list-left {
    order: 1;
    padding-left: 0;
  }
  .icon-list-section .icon-list-right {
    order: 2;
    max-width: 100%;
    max-height: none;
    width: 100%;
  }
  .icon-list-section .icon-list-right img {
    width: 100%;
    height: auto;
    max-height: 500px;
  }
  .icon-list-section .title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (width <= 480px) {
  .icon-list-section .list-item {
    gap: 12px;
  }
  .icon-list-section .list-item-icon {
    padding: 6px;
  }
  .icon-list-section .list-item-icon svg {
    width: 20px;
    height: 20px;
  }
  .icon-list-section .list-item-title {
    font-size: 18px;
    line-height: 26px;
  }
  .icon-list-section .list-item-sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .icon-list-section .list-item-sub-title p {
    font-size: 16px;
    line-height: 24px;
  }
}