* {
  margin: 0;
  padding: 0;
}

.Tahoma {
  font-family: var(--tahoma);
}

.georgia {
  font-family: var(--georgia);
}

.plus-jakarta {
  font-family: var(--plus-jakarta) !important;
}

.font-color-primary {
  color: rgba(25, 0, 65, 1);
}

.for-uppercase {
  text-transform: uppercase;
}

.for-lowercase {
  text-transform: lowercase !important;
}

.title-des {
  width: 42%;
  text-align: center;
}

.about-us-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gap20px {
  gap: 20px;
}

.pd-top7per {
  padding-top: 7%;
}

.pd-top4per {
  padding-top: 4%;
}

.pd-top1per {
  padding-top: 1%;
}

.for-explore-section {
  background-image: url('../image/div.section.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.for-our-team {
  background: var(--teambackground);
}

.our-team {
  color: var(--textColor);
}

.for-header-btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-border-radious {
  border-radius: 30px;
}

.cross-desgin {
  display: flex;
  width: 80%;
  justify-content: space-between;

  margin: 0px auto;

}

.width80peraboutpage {
  width: 80%;
}

.width75per {
  width: 75%;
}

.about-us-team {
  width: 100%;
}

.padding5px {
  padding: 5px;
}

.pd-top2per {
  padding-top: 2%;
}

.gap5px {
  gap: 5px;
}

.for-customers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 10%;

}

.customer-images {
  padding-top: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10%;
  width: 100%;
}

.customer-heading {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.clients-svg {
  width: 100%;
  object-fit: cover;
}

.Benefits-tags {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 80%;
  margin: 0px auto;
}

.for-benefits {
  padding-top: 12%;
  text-align: center;
}

.Benefits-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5%;
}

.Benefits-details-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0% 0% 12% 2%;
}

.per-tags {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}

.font-size-30px {
  font-size: 191%;
}

.font76px-ab {
  font-size: 76px;
}

.font72px-ab {
  font-size: 72px;
}

.font40px-ab {
  font-size: 40px;
}

.font24px-ab {
  font-size: 24px;
}

.font24px-ab {
  font-size: 24px;
}

.font20px-ab {
  font-size: 20px;
}

.font18px-ab {
  font-size: 18px;
}

.font14px-ab {
  font-size: 14px;
}

@media (max-width:1440px) {

  .width100per {
    width: 85%;
  }

  .PeopleAndLocation {
    width: 75%;
  }

}

@media (max-width:1192px) {

  .width100per {
    width: 85%;
  }

}

@media (max-width:1140px) {

  .customer-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media(max-width:968px) {
  .width100per {
    width: 100%;
  }

  .font14px-ab {
    font-size: 12px;
  }

  .font-size-30px {
    font-size: 100%;
  }

  .cross-desgin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

  }

  .customer-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .customer-des {
    text-align: center;
  }
}

@media(max-width:652px) {
  .title-des{
    width: 62%;
  }
  .customer-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .font76px-ab {
    font-size: 20px;
  }

  .font-size-30px {
    font-size: 60%;
  }

  .font72px-ab {
    font-size: 20px;
  }

  .font20px-ab {
    font-size: 12px;
  }

  .font18px-ab {
    font-size: 12px;
  }

  .font14px-ab {
    font-size: 10px;
  }

  .font40px-ab {
    font-size: 16px;
  }

  .font24px-ab {
    font-size: 14px;
  }
}