#ak_homesteps {
  background-color: var(--primary);
  color: white;
  padding: 50px 0;
}
#ak_homesteps .container {
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
}
#ak_homesteps .container:after {
  display: none;
}
#ak_homesteps .container h2, #ak_homesteps .container .h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
#ak_homesteps .container ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  #ak_homesteps .container ul {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
#ak_homesteps .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  color: white;
}
#ak_homesteps .container ul li span {
  text-transform: uppercase;
  margin-top: 18px;
  font-weight: bold;
  font-size: 1rem;
  max-width: 340px;
  text-align: center;
}
@media (max-width: 768px) {
  #ak_homesteps .container ul li:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
#ak_homesteps .container ul li:not(:last-of-type)::after {
  content: "";
  width: 290px;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 100px;
  right: calc(-100% + 130px);
}
@media (max-width: 1250px) {
  #ak_homesteps .container ul li:not(:last-of-type)::after {
    width: 230px;
    right: calc(-100% + 185px);
  }
}
@media (max-width: 1150px) {
  #ak_homesteps .container ul li:not(:last-of-type)::after {
    width: 180px;
    right: calc(-100% + 230px);
  }
}
@media (max-width: 1000px) {
  #ak_homesteps .container ul li:not(:last-of-type)::after {
    width: 130px;
    right: calc(-100% + 240px);
  }
}
@media (max-width: 915px) {
  #ak_homesteps .container ul li:not(:last-of-type)::after {
    width: 95px;
    right: calc(-100% + 230px);
  }
}
@media (max-width: 768px) {
  #ak_homesteps .container ul li:not(:last-of-type)::after {
    width: 1px;
    height: 50px;
    left: 50%;
    bottom: -60px;
  }
}

/*# sourceMappingURL=front.css.map */
