.map {
  margin: 80px 0px;
}
.countries {
  padding-top: 24px;
}
.bkash-text {
  height: 30px;
}
.country {
  width: 180px;
}
.country-name {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 158%;
  letter-spacing: 0.56px;
  padding-top: 16px;
}

.partners {
  padding-bottom: 80px;
}
.partners-name {
  padding-top: 32px;
}
.partners-name > [class*="col-"] {
  display: flex;
}
.parents-details {
  padding: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 54px 50px 0 rgba(67, 67, 68, 0.07);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.partners-logo {
  width: 208.376px;
  height: 46.857px;
  display: block;
}
.partners-img{
  height: 100%;
  width: auto;
}
.parents-details-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 24px;
}
.parents-details:has(> .parents-details-text:only-child) {
  justify-content: center;
}
.parents-details-link {
  margin-top: auto;
  padding: 12px;
  border-radius: 4px;
  background: #102233;
  color: #858a8f;
  font-size: 16px;
  font-weight: 600;
}

.years-we-work-title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 158%;
  letter-spacing: 0.56px;
  padding-bottom: 64px;
}
.years {
  color: #fff;
  font-size: 108px;
  font-weight: 700;
  letter-spacing: 2.16px;
}
.years-text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.44px;
  opacity: 0.7;
}
.brag-about {
  gap: 80px;
}
.trusted-staff{
  margin-top: 6px;
}
.bkash-text{
  height: auto;
}
.reward-key{
  color: #333;
font-size: 28px;
font-weight: 600;
line-height: 158%; 
letter-spacing: 0.56px;

}
@media (max-width: 992px) {
  .years {
    font-size: 90px;
  }
  .stack {
    height: 80px;
  }
  .start-story {
    gap: 0px !important;
  }
}

@media (max-width: 576px) {
  .map {
    margin: 40px 0px;
  }
  .country {
    width: auto;
  }
  .country-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.28px;
  }
  .partners {
    padding-bottom: 40px;
  }
  .partners-name {
    padding-top: 24px;
  }
  .parents-details {
    padding: 16px;
  }
  .partners-logo {
    width: 130.235px;
    height: 29.286px;
  }
  .parents-details-text {
    font-size: 14px;
  }
  .parents-details:has(> .parents-details-text:only-child) {
    justify-content: center;
  }
  .parents-details-link {
    margin-top: auto;
    padding: 8px 12px;

    font-size: 12px;
  }
  .years-we-work-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 131%;
    letter-spacing: 0.4px;
    padding-bottom: 24px;
  }
  .brag-about {
    gap: 0px;
  }
  .years {
    font-size: 44px;
    letter-spacing: 0.88px;
  }
  .years-text {
    font-size: 14px;
  }
  .bkash-text {
    height: 30px;
  }
  .reward-key{
font-size: 15px;
font-weight: 600;
line-height: 158%; 
letter-spacing: 0.3px;
  }
}
