.performance-gear-block {
  padding: 100px 0;
}
.performance-gear-block .performance-gear-inner {
  padding: 0 20px;
  max-width: 1300px;
  margin: auto;
}
.performance-gear-block .block-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  text-transform: capitalize;
  color: #050446;
}
.performance-gear-block .block-title span {
  color: #0038b1;
}
.performance-gear-block .gear-items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}
.performance-gear-block .gear-items .gear-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  max-width: 285px;
}
.performance-gear-block .gear-items .gear-item:nth-child(even) {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.performance-gear-block .gear-items .gear-item .item-image {
  width: 100%;
  height: 475px;
}
.performance-gear-block .gear-items .gear-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.performance-gear-block .gear-items .gear-item .item-info {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
  background: #f5f5f9;
  padding: 20px;
}
.performance-gear-block .gear-items .gear-item .item-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fff;
}
.performance-gear-block .gear-items .gear-item .item-info .text {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: #050446;
}
@media only screen and (max-width: 950px) {
  .performance-gear-block .block-title {
    font-size: 28px;
  }
  .performance-gear-block .gear-items {
    align-items: center;
    gap: 24px;
  }
  .performance-gear-block .gear-items .gear-item {
    gap: 14px;
    flex-basis: calc(50% - 12px);
  }
  .performance-gear-block .gear-items .gear-item .item-image {
    height: 350px;
  }
  .performance-gear-block .gear-items .gear-item .item-info {
    flex-wrap: wrap;
  }
  .performance-gear-block .gear-items .gear-item .item-info .text {
    font-size: 16px;
  }
  .performance-gear-block .performance-gear-inner {
    padding: 0;
  }
}

section.buid-like-armor {
  padding: 0;
  max-width: none;
  height: 890px;
  position: relative;
  background: #f1f5f9;
}
section.buid-like-armor .image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.buid-like-armor .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.buid-like-armor .section-inner {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  height: 100%;
  z-index: 2;
}
section.buid-like-armor .block-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #050446;
  position: absolute;
  top: 80px;
  left: 110px;
}
section.buid-like-armor .block-title span {
  display: block;
}
section.buid-like-armor .block-title span {
  color: #0038b1;
}
@media only screen and (max-width: 1360px) {
  section.buid-like-armor {
    height: 600px;
  }
}
@media only screen and (max-width: 950px) {
  section.buid-like-armor {
    height: auto;
    padding-top: 40px;
  }
  section.buid-like-armor .block-title {
    position: static;
    font-size: 30px;
    text-align: center;
    margin-bottom: 16px;
  }
  section.buid-like-armor .image {
    position: static;
    height: auto;
  }
  section.buid-like-armor .image img {
    height: 370px;
  }
}/*# sourceMappingURL=performance-gear.css.map */