.about {
  display: flex;
  justify-content: center;
  background: url(../img/how-it-works-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.about .about-title {
  margin: 18rem auto;
}

.about .about-title h1 {
  font-size: 3.8rem;
  margin: 0 0 1.5rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
  line-height: 1.5;
}

.about .about-title h3 {
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  color: #f5f5f5;
}

@media (max-width: 768px) {
  .about {
    background-position: left !important;
    background-attachment: unset !important;
  }

  .about .about-title h1 {
    font-size: 2.8rem !important;
    margin: 0 0 0.8rem !important;
  }

  .about .about-title h3 {
    font-size: 1rem !important;
  }
}

.about-section {
  margin: 2rem 0 0;
}

.about-image {
  text-align: center;
}

.about-image img {
  height: 120px;
}

.about-section h2 {
  color: #ff4500;
  text-align: center;
}

.about-section p {
  text-align: center;
  width: 60%;
  margin: auto;
}

@media (max-width: 768px) {
  .about-section p {
    width: 90%;
  }
}

.company-info {
  margin: 1rem auto;
  padding: 1rem 0 0;
  background-color: #ffc5b0;
}

.company-info h2 {
  color: #260b6f;
  margin: 1rem 0;
}

.company-info ul {
  margin: 1rem auto;
  padding: 0 0 1rem;
  width: 60%;
  list-style-type: none;
}

.company-info ul li {
  color: #ff4400;
}

.company-info ul li strong {
  color: #260b6f;
  margin-inline: 2rem;
}

@media (max-width: 768px) {
  .company-info {
    margin: 0;
  }

  .company-info ul {
    width: 90%;
  }

  .company-info ul li {
    display: grid;
  }

  .company-info ul li strong {
    margin-inline: 0;
  }
}

.mission-values-goals-section {
  display: flex;
  justify-content: space-evenly;
  margin: 3rem 0 2rem;
}

.mission,
.values,
.goals {
  width: 33%;
}

#mission,
#values,
#goals {
  display: flex;
  justify-content: center;
}

#mission img,
#values img,
#goals img {
  height: 120px;
}

.values {
  padding: 0 0.5rem;
}

.values ul {
  margin: 0 1rem 0 0;
  color: #6f6f6f;
}

.values ul li strong {
  color: #260b6f;
}

.mission p,
.goals p {
  text-align: left !important;
  margin: 0 0 0 1rem;
  width: 80%;
}

@media (max-width: 1023px) {
  .mission-values-goals-section {
    flex-direction: column;
    margin: 0 1rem;
  }

  .mission,
  .values,
  .goals {
    width: 100%;
    margin: 1rem 0;
  }

  .mission p,
  .goals p {
    width: 100%;
    margin: 0;
  }

  .values ul {
    margin: 0 0 0 1rem;
  }
}

.history {
  margin: 2rem 0 4rem;
  background-color: #3e467b;
  padding: 2rem 0 4rem;
}

.history h2 {
  margin: 1rem 0;
}

.history p {
  color: #f5f5f5;
}

.team {
  margin: 0 0 4rem;
}

.team h2 {
  margin: 1rem 0;
}

.team-members {
  margin: 2rem 0;
  padding: 0 2rem;
}

.president {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.president img {
  height: 360px;
}

.president p {
  color: #260b6f;
  margin: 0.2rem 0;
}

.president span {
  font-size: 1rem;
  font-style: italic;
  color: #6f6f6f;
}

.senior-members {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  line-height: 1;
  margin: 2rem 0;
}

.other-members {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  line-height: 1;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.vice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 30%;
  margin: 2rem 0;
}

.vice img {
  height: 360px;
}

.vice p {
  color: #260b6f;
  margin: 0.2rem 0;
}

.vice span {
  font-size: 1rem;
  font-style: italic;
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .senior-members,
  .other-members {
    flex-direction: column;
  }

  .vice {
    width: auto;
  }
}

@media (max-width: 500px) {
  .vice img {
    height: 300px;
  }
}

.community {
  margin: 2rem 0 4rem;
  padding: 2rem 0 4rem;
}

.community h2 {
  margin: 1rem 0;
}

.services {
  display: flex;
  justify-content: center;
  background: url(../img/services.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 !important;
  background-position: top;
  background-attachment: fixed;
}

.services .content {
  padding: 2rem 0;
  justify-content: normal;
}

.services .content h2 {
  margin: 1rem 0;
}

.services .content p {
  color: #f5f5f5;
}

.services .content ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 2rem 0;
}

.services .content ul li {
  text-align: center;
  width: 30%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ff4500;
}

.services .content ul li p {
  text-align: left;
  width: 90%;
  font-weight: 100;
}

.services .content p a {
  color: #ff4400;
  transition: all 0.3s ease-in-out;
}

.services .content p a:hover {
  cursor: pointer;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .services .content ul {
    flex-direction: column;
  }

  .services .content ul li {
    width: 95%;
    margin: 1rem auto;
  }
}

.assurance {
  margin: 2rem 0 3rem;
}

.tech-security,
.compliance,
.accreditation {
  margin: 1rem auto 2rem;
}

.tech-security .content,
.compliance .content,
.accreditation .content {
  margin: 1rem 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.tech-security .content p,
.compliance .content p,
.accreditation .content p {
  margin: 1rem 0;
}

.tech-security .content img,
.compliance .content img,
.accreditation .content img {
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .assurance h2 {
    padding: 0 1rem;
  }

  .tech-security .content,
  .compliance .content,
  .accreditation .content {
    flex-direction: column;
  }
}

.inner-image {
  opacity: 0;
  transform: translateY(20px);
}

.animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s, transform 1.5s;
}
