.jumbotron {
  background: #000000;
  padding: 150px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  gap: 54px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 77px;
  font-weight: 400;
  position: relative;
  width: 1164px;
}
.sub-header {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  width: 723px;
}
.collage {
  flex-shrink: 0;
  width: 897px;
  height: 734px;
  position: relative;
}
.img-1 {
  width: 469px;
  height: 350px;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}
.img-2 {
  width: 428px;
  height: 310px;
  position: absolute;
  left: 469px;
  top: 92px;
  object-fit: cover;
}
.img-3 {
  width: 427px;
  height: 316px;
  position: absolute;
  left: 469px;
  top: 350px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  object-fit: cover;
}
.img-4 {
  width: 349px;
  height: 332px;
  position: absolute;
  left: 469px;
  top: 402px;
  object-fit: cover;
}
.white {
  background: #ffffff;
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.content {
  color: #000000;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  width: 1031px;
}
.content div {
    padding-bottom: 20px;
}
.meet-the-warriors {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 1130px;
  position: relative;
}
.about-section-title {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 50px;
  font-weight: 400;
  position: relative;
}
.warriors {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 486px;
  position: relative;
}
.warrior {
  flex-shrink: 0;
  width: 360px;
  height: 486px;
  position: relative;
}
.photo {
  width: 360px;
  height: 486px;
  position: absolute;
  left: 0.5px;
  top: 0px;
  object-fit: cover;
}
.content2 {
  background: rgba(217, 217, 217, 0.6);
  padding: 12px 24px 12px 24px;
  width: 360px;
  height: 160px;
  position: absolute;
  left: 0px;
  top: 326px;
}
.name {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  left: 24.5px;
  top: 26px;
}
.role {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-SemiBold", sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  left: 24.5px;
  top: 71px;
}
.desc {
  color: #000000;
  text-align: left;
  font-family: "InstrumentSans-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 24.5px;
  top: 104px;
  width: 311px;
}
.our-values {
  display: flex;
  flex-direction: column;
  gap: 31px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1130px;
  position: relative;
}
.values {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1138px;
  height: 1226px;
  position: relative;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.our-values-item {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 493px;
  position: relative;
}

.our-values-icon {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  position: relative;
  object-fit: cover;
}
.our-values-title {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.our-values-details {
  color: #000000;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.our-values-sub-title {
  font-family: "InstrumentSans-SemiBold", sans-serif;
  font-weight: 600;
}
.our-values-sub-description {
  font-family: "InstrumentSans-Regular", sans-serif;
}
