/* seventh-container */
.seventh-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*background: rgb(237, 246, 248);*/
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seventh-heading {
  width: 100%;
  text-align: center;
  font-size: 35px;
  padding-top: 30px;
  padding-bottom: 70px;
  color: var(--dark-grey);
}

.seventh-partners {
  width: 70%;
}

/* partners */
.partners-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-columns {
  width: 20%;
  min-height: 100px;
  cursor: pointer;
}

.partners-image {
  background-image: url("https://www.precisely.co.in/learnage/images/partner/0.jpg");
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 700px) {
  .spacing-7.dec-3 {
    height: 3em;
  }
  .partners-columns {
    width: 80%;
  }
  .seventh-heading {
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .partners-image {
    height: 32px;
  }
  .partners-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*initiative*/
/*initiative col*/
.initiative-col {
  width: 75%;
  margin: auto;
}

.initiative-heading {
  font-size: 35px;
  color: var(--dark-grey);
  font-weight: 500;
  text-align: center;
}

.initiative-detail {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 600px) {
  .initiative-col {
    width: 97%;
    margin: auto;
  }
  .initiative-heading {
    font-size: 28px;
  }
  .initiative-detail {
    font-size: 16px;
  }
}
