.line {
  position: relative;
}

.line::after {
  content: "";
  width: 130px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Santee_Coopers_AI_Agent_SCOUT/line.png) no-repeat;
}

.boxhover {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 10px;
}

.boxhover2 {
  margin-top: 80px;
}

.boxhover img {
  height: 50px;
}

.content h5 {
  font-family: "poppins-bold";
  color: #000;
  margin-bottom: 10px;
}

.alignment {
  display: flex;
  align-items: center;
}

.main-customer-section {
  width: 100%;
  background: linear-gradient(90deg, #ffffff 50%, #1e5128 50%);
}

.customer-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.customer-content,
.challenge-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.customer-text,
.challenge-text {
  flex: 1 1 45%;
  color: #000;
}

.challenge-text {
  background: #000;
  color: #fff;
  padding: 30px;
  position: relative;
}

.customer-img,
.challenge-img {
  flex: 1 1 45%;
}

.customer-img img,
.challenge-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-box li {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 10px;
}

.text-box li img {
  height: 18px;
}

.bg {
  background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Case_Study_1/bg4.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .alignment {
    flex-direction: column-reverse;
  }

  .boxhover2 {
    margin-top: 0;
  }

  .main-customer-section {
    background: #fff;
  }
}