.about-charter {
  height: 400px;
  background-color: rgb(16 22 40);
}


.charter-text-box {
  background-color: blanchedalmond;
}

.learmore-section {
  background-color: transparent;
  padding-bottom: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
}


.details2 {
  padding-bottom: 3em;
}

.section2 {
  justify-items: flex-start;
}

.small-about-box {
  background-color: rgb(31 31 64);
  padding-bottom: 3em;
}

.why-us-about {
  max-width: 1100px;
  background-color: transparent;
  margin: 0 auto;
}

.why-us-about .about2 {
  background: #151532;
}

.why-us-section {
  width: 100%;
  padding-top: 2em;
  background-color: #18234e;
}

.small-about-box .about2 {
  background: transparent;
  text-align: center;
  height: 230px;
  padding-left: .2em;
  padding-right: .2em;
}

.details-simple {
  background-image: none;
  background-color: white;
  height: auto;
  padding: 3em;
  box-sizing: border-box;
}

.details-simple h2, .details-simple h3 {
  color: black;

}
.details-section {
  padding-top: 2em;
}

.color-purple {
  background-color: rgb(31 31 64);
}
.details-simple .details1-box{
  top: 0;
  transform: translateY(0);
}

.sequence-boxes .about2{
  width: 270px;
  font-size: .9em;
}

.color-info-blue {
  background-color: #285488;
}

.color-dark-blue {
  background-color: #031633;
}

.two-boxes {
  max-width: 610px;
  width: auto;
  font-size: .97em;
}


