.sec-introduce {
  background-color: var(--color-bg);
  padding-bottom: 60px;
}

.sec-introduce .top-side {
  position: relative;
  margin-bottom: 40px;
}

.sec-introduce .top-side::before{
  position: absolute;
  width: 100%;
  height: 50%;
  content: "";

  background-color: white;
  z-index: 1;
}

.sec-introduce .analyze-box-container{
  position: relative;
  z-index: 2;
}

.sec-introduce .analyze-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  padding: 28px;
  background-color: white;
  border-radius: 6px;
}

.sec-introduce .analyze-box h1 {
  color: var(--color-blue);
}

.sec-introduce .box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.sec-introduce .box-item .amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 120px;
}

.sec-introduce .box-item .icon {
  width: 28px;
  height: 28px;
}

.methodology {
  width: 100%;
  margin: 0 auto ;
  text-align: center;
}

.methodology .title{
  margin-bottom: 24px;
}

.methodology img{
  width: 100%;
}

.methodology .desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 52px;
}

@media (max-width: 992px) {
  .sec-introduce {
    padding-bottom: 40px;
  }

  .sec-introduce .top-side {
    margin-bottom: 28px;
  }

  .sec-introduce .analyze-box {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;

    gap: 52px;
    padding: 24px 40px
  }

  .sec-introduce .analyze-box .body2_reg {
    text-align: center;
  }

  .methodology .container {
    width: 80%;
  }

  /* .methodology {
    padding: 0 15px;
  } */
}
