.about__banner__heading,
.team__banner__heading {
  background-image: url('/assets/imgs/background-spiral-banner.png');
  padding: 2rem 0;
}
.about__banner__heading h1 {
  font-size: 4rem;
  font-weight: 700;
  width: 60%;
}
.about-highlight {
  color: var(--primary-color);
  font-family: var(--secondary-font-family);
}
.about__banner__heading p {
  font-size: 1.7rem;
  width: 50%;
}
.about__banner__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 4rem;
}
.team__banner__heading {
  margin: 4rem 0;
}
.team__banner__heading h1 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--secondary-font-family);
  width: 60%;
  text-align: center;
  margin: auto;
}
.about__banner__container__right p {
  font-size: 1.6rem;
  margin-bottom: 1rem !important;
}
.about__banner__container__right h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.about__banner__container__right div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.about__banner__container__right h3 {
  margin-top: 3.5rem;
}
.team__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0;
}
.team__container div {
  display: flex;
  justify-content: center;
  margin: 0 3rem;
}

.about__resources {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary-color);
  padding: 2rem 4rem;
  color: var(--white);
  background-image: url(/assets/imgs/background-spiral-banner.png);
  margin: 10rem 0;
}
.about__resources h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
.about__resources p {
  font-size: 1.6rem;
  width: 70%;
}
.resources-link a {
  margin-top: 5rem;
  align-items: center;
}
.resources-link h4 {
  color: var(--white);
  font-weight: 600;
}
.join__team {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.join__team h2 {
  font-size: 2.4rem;
  color: var(--secondary-color);
  font-weight: 700;
}
.join__team p {
  font-size: 1.6rem;
}
.careers-link a {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.careers-link a h4 {
  font-weight: 600;
}
