.our-aims-sections {
  background-color: var(--secondary-color);
  padding: 0 15px;
  margin: 2rem -15px 0px;
  position: relative;
}

.our-aims-sections:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  left: 50%;
  background-color: var(--secondary-color);
}

.our-aims-sections .row {
  padding-bottom: 2rem;
}

div.aim-box {
  background: var(--primary-color);
  margin: 0.6rem 0;
  padding: 2rem 2rem 1rem 2rem;

}


.our-aims-sections h2 {
  color: #fff;
  padding-top: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}

.our-aims-sections h3 {
  font-size: 20px;
  color: #fff;
}

.our-aims-sections p {
  color: #fff;
}


@media (min-width:992px) {

  .our-aims-sections .row {
    justify-content: space-between;
  }

  div.aim-box {
    max-width: calc(50% - 10px);
    padding: 2rem 2rem;
  }

  .our-aims-sections h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 1rem;
  }

  .our-aims-sections p {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
  }
}


@media (min-width:1200px) {
  .our-aims-sections {
    margin-bottom: -4rem;
  }
  .our-aims-sections h2 {
    padding-top: 4rem;
  }

  .our-aims-sections .row {
    padding-bottom: 4rem;
  }
}
