.TechnologyWeUse_container__EwSB6 {
  padding-top: 4vh;
  color: white;
  width: 85%;
  align-self: center;
}

.TechnologyWeUse_heading__SQ6jN {
  text-align: start;
  margin-bottom: 10px;
  font-size: clamp(32px, 01.5vw, 4rem);
  font-weight: 300;
  position: relative;
  color: white;
}

.TechnologyWeUse_subText__EjJi_ {
  text-align: start;
  color: #afafaf;
  width: 100%;
  line-height: 2rem;
  padding-top: 2vh;
  margin-bottom: 3rem;
  font-size: clamp(0.9rem, 1.1rem, 1.4rem);
}

.TechnologyWeUse_techContainer__Y7Lc8,
.TechnologyWeUse_techsSecondRowContainer__3hAGH {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #523F72;
  border-radius: 20px;
  padding: 1rem;
  margin: 5% 0 2%;
}

.TechnologyWeUse_techsSecondRowContainer__3hAGH {
  margin-top: 5vh;
}

.TechnologyWeUse_techItem__48D_z {
  position: relative;
  flex: 1 1 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12vh;
}

.TechnologyWeUse_techItem__48D_z:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #afafaf;
}

.TechnologyWeUse_techItem__48D_z:last-child::after {
  display: none;
}

.TechnologyWeUse_image__NcoDp {
  display: block;
  margin: 0 auto;
  width: 75%;
  height: auto;
}

.TechnologyWeUse_sectionTitle__BOlSw {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d0d0d;
  padding: 6px 16px;
  font-weight: 200;
  font-size: 17px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  color: white;
  display: none;
}

.TechnologyWeUse_techContainer__Y7Lc8,
.TechnologyWeUse_techsSecondRowContainer__3hAGH {
  position: relative;
}

@media (max-width: 768px) {
  .TechnologyWeUse_container__EwSB6 {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vh;
  }

  .TechnologyWeUse_heading__SQ6jN {
    font-size: clamp(20px, 6vw, 24px);
  }

  .TechnologyWeUse_subText__EjJi_ {
    font-size: clamp(14px, 4vw, 18px);
    margin-bottom: 2rem;
  }

  .TechnologyWeUse_techContainer__Y7Lc8,
  .TechnologyWeUse_techsSecondRowContainer__3hAGH {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
  }

  .TechnologyWeUse_techItem__48D_z {
    flex: 1 1 45%;
    margin: 0.5rem 0;
    max-width: 45%;
  }

  .TechnologyWeUse_techItem__48D_z:not(:last-child)::after {
    display: none;
  }
  .TechnologyWeUse_sectionTitle__BOlSw {
    font-size: 14px;
    width: 100%;
    text-align: center;
    text-wrap: auto;
    display: none;
  }
}

@media (max-width: 480px) {
  .TechnologyWeUse_container__EwSB6 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0vh;
    width: 95%;
    padding: 2rem 1rem;

  }

  .TechnologyWeUse_subText__EjJi_ {
    font-size: clamp(14px, 4vw, 18px);
    margin-bottom: 2.5rem;
  }

  .TechnologyWeUse_techContainer__Y7Lc8,
  .TechnologyWeUse_techsSecondRowContainer__3hAGH {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
  }

  .TechnologyWeUse_techItem__48D_z {
    flex: 1 1 45%;
    margin: 0.3rem 0;
    max-width: 50%;
  }

  .TechnologyWeUse_techItem__48D_z:not(:last-child)::after {
    display: none;
  }

  .TechnologyWeUse_image__NcoDp {
    width: 170px;
    height: auto;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .TechnologyWeUse_container__EwSB6 {
    width: 85%;
    padding-top: 0;
  }

  .TechnologyWeUse_techContainer__Y7Lc8,
  .TechnologyWeUse_techsSecondRowContainer__3hAGH {
    flex-wrap: nowrap;
  }

  .TechnologyWeUse_image__NcoDp {
    width: 40%;
  }

  .TechnologyWeUse_techItem__48D_z {
    height: 7vh;
  }
}

.WhyChooseUs_heroSection__QbNV7 {
    text-align: center;
    padding: 0rem 2rem 0rem;
    background-color: #03030f;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Geist Regular", sans-serif;
  }
  
  .WhyChooseUs_features__XmJ88 {
    width: 87%;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  
  .WhyChooseUs_row__FxVAx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .WhyChooseUs_divider__7Fm_t {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin: 2rem 0;
  }
  

  .WhyChooseUs_feature__H5FzA {
    width: 30%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 1rem 0;
  }
  
  .WhyChooseUs_featureWrapper__gsda0 {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
  }
  
  .WhyChooseUs_icon__a815L img {
    width: 4rem;
    height: 4rem;
  }
  
  .WhyChooseUs_content__fZ1EL h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
  }
  
  .WhyChooseUs_content__fZ1EL p {
    margin: 0;
    color: #a1a1a1;
    font-size: 0.675rem;
    line-height: 1.4;
  }

  @media (max-width: 1024px) and (min-width: 768px) {
    .WhyChooseUs_features__XmJ88 {
      flex-direction: column;
      text-align: center;
      width: 100%;
    }

    .WhyChooseUs_heroSection__QbNV7{
      padding: 0rem 5rem 0rem;
    }
  
    .WhyChooseUs_feature__H5FzA {
      width: 100%;
      margin-bottom: 2rem;
    }
  
    .WhyChooseUs_featureWrapper__gsda0 {
      gap: 3rem;
    }
  
    .WhyChooseUs_icon__a815L {
      height: 5rem;
      width: 5rem;
    }
  
    .WhyChooseUs_content__fZ1EL {
      text-align: left;
    }
  }
  
  @media (max-width: 768px) {
    .WhyChooseUs_features__XmJ88 {
      flex-direction: column;
      gap: 2rem;
      text-align: center;
      width: 100%;
    }
  
    .WhyChooseUs_heroSection__QbNV7{
      padding: 0rem 2rem;
    }
     
    .WhyChooseUs_feature__H5FzA {
      width: 100%;
    }
  
    .WhyChooseUs_content__fZ1EL {
      text-align: left;
    }
  }
  
