.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 40px);
  padding: 12.5px 0;
  color: #fff;
}

.inner::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
    url("../images/bg1.jpg") no-repeat center;

  background-size: cover;
  z-index: -1;
}

.inner .row {
  align-items: center;
}

.inner__heading {
  font-weight: 600;
  font-size: 1.750rem;
  line-height: 1.5;
  text-align: justify;
  color: #6bc2ff;
}

.inner__list {
  margin-top: 6.2px;
  list-style-type: "👍";
  list-style-position: inside;
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
}

.inner__item-link {
  color: #fff;
  text-decoration: underline;
}

.inner__desc {
  font-weight: 600;
  line-height: 2;
  font-size: 1.562rem;
}

.inner__figure-img {
  border-radius: 10px;
}
