.we-will-sec {
  padding: 36px 0 54px;
  background-color: var(--bg-color-tow);
}
.we-will-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: var(--theme-color-primary);
  border-radius: 20px;
  padding: 60px 138px;
}
.we-will-wrap .text h2 {
  color: var(--white);
  line-height: 1.26;
}
.we-will-wrap .text h3 {
  color: var(--white);
}
.we-will-wrap .contect-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-will-wrap .context-line {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  position: relative;
}
.we-will-wrap .context-line + .context-line {
  justify-content: flex-end;
}
.we-will-wrap .context-line + .context-line a {
  background-color: #ffffff;
}
.we-will-wrap .context-line + .context-line::after {
  display: none;
}
.we-will-wrap .context-line + .context-line i {
  background-color: #ffffff;
}
.we-will-wrap .context-line i {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #e3dbf4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-will-wrap .context-line a {
  min-width: 237px;
  border-radius: 21px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3dbf4;
}
.we-will-wrap .contect-box .context-line::after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}

@media (min-width: 1231px) and (max-width: 1599px) {
    .we-will-wrap {
        padding: 60px 48px;
    }
    .we-will-wrap .contect-box .context-line::after {
        display: none;
    }
    .we-will-wrap .contect-box {
        gap: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .we-will-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 37px 0 57px;
  }
  .we-will-wrap .text {
    text-align: center;
    margin-bottom: 37px;
  }
  .we-will-wrap .context-line i {
    min-width: 42px;
  }
  .we-will-wrap .contect-box {
    flex-direction: column;
    gap: 15px;
  }
  .we-will-wrap .context-line ,
  .we-will-wrap .context-line + .context-line {
    justify-content: center;
  }
  .we-will-wrap .context-line ,
  .we-will-wrap .context-line + .context-line {
    justify-content: center;
  }
  .we-will-wrap .contect-box .context-line::after {
    display: none;
  }
}

@media (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .we-will-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 37px 0 57px;
  }
  .we-will-wrap .text {
    text-align: center;
    margin-bottom: 37px;
  }
  .we-will-wrap .context-line i {
    min-width: 42px;
  }
  .we-will-wrap .contect-box {
    flex-direction: column;
    gap: 15px;
  }
  .we-will-wrap .context-line ,
  .we-will-wrap .context-line + .context-line {
    justify-content: center;
  }
  .we-will-wrap .contect-box .context-line::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .we-will-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 37px 0 57px;
  }
  .we-will-wrap .text {
    text-align: center;
    margin-bottom: 37px;
  }
  .we-will-wrap .context-line i {
    min-width: 42px;
  }
  .we-will-wrap .contect-box {
    flex-direction: column;
    gap: 15px;
  }
  .we-will-wrap .context-line ,
  .we-will-wrap .context-line + .context-line {
    justify-content: center;
  }
  .we-will-wrap .contect-box .context-line::after {
    display: none;
  }
  .we-will-sec {
    background-color: #FAFAFA;
  }
}

