.about-us .page-banner {
  background-image: url(../images/about_us_banner_bg.png);
}
.about-us .page-banner-main-container {
  margin-top: 256px;
}
.about-us .page-banner-main-container-content {
  width: 624px;
}
.about-us-overview-section {
  padding: 80px 0;
}
.about-us-overview-section-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Magnita";
  margin-bottom: 24px;
}
.about-us-overview-section-description {
  font-size: 16px;
  font-weight: 300;
  font-family: "Funnel Display";
  margin: 0 0 36px 0;
  color: rgba(255, 255, 255, 0.6);
}
.about-us-overview-section-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about-us-overview-section-logo-item {
  display: flex;
  width: 408px;
  height: 200px;
  border: 2px solid rgba(249, 0, 43, 0.3);
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.about-us-overview-section-logo-item-image {
  width: 144px;
  height: 72px;
}
.about-us-vision-section {
  display: flex;
  align-items: center;
  height: 480px;
  background: url(../images/about_us_vision_bg.png);
  background-size: cover;
  background-position: center;
}
.about-us-mission-section {
  display: flex;
  align-items: center;
  height: 480px;
  background: url(../images/about_us_mission_bg.png);
  background-size: cover;
  background-position: center;
}
.about-us .text-graph-layout-text-subtitle {
  font-size: 20px;
  font-weight: 300;
  font-family: "Magnita";
}
.about-us-timeline-section {
  padding: 80px 0 160px;
}
.about-us-timeline-section-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Magnita";
  margin-bottom: 36px;
}
.about-us-timeline-section-content {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.about-us-timeline-section-wrapper {
  position: relative;
}
.about-us-timeline-section-line {
  position: absolute;
  top: 17px;
  left: 0;
  height: 2px;
  width: 1164px;
  background: linear-gradient(
    90deg,
    rgba(228, 25, 54, 1) 0%,
    rgba(228, 25, 54, 0) 100%
  );
}
.about-us-timeline-section-content-item {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-us-timeline-section-content-item-square {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 2px solid #f9002b;
  border: 2px solid color(display-p3 0.8941 0.098 0.2118);
  background: #18181b;
  background: color(display-p3 0.0941 0.0941 0.1059);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-timeline-section-content-item-square-inner {
  width: 12px;
  height: 12px;
  background: #fff;
}
.about-us-timeline-section-content-item-title {
  font-size: 20px;
  font-family: "Magnita";
  font-weight: 400;
  margin-bottom: 12px;
}
.about-us-timeline-section-content-item-description {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.about-us-timeline-section-content-item-image {
  width: 300px;
  height: 176px;
}
