:root {
  --blank-value: 80px;
}

.our-manpower__content p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.our-manpower__content h3,
.our-manpower__content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.our-manpower__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #4c4f52;
}

.our-manpower__content h3,
.our-manpower__content h2 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 100%;
  color: #2d3549;
}

.our-manpower {
  padding: 90px 0 120px 0;
}
.our-manpower__content {
  width: 100%;
  text-align: left;
  word-break: break-word;
}
.our-manpower__content p {
  font-weight: 200;
  color: #4c4f52;
}
.our-manpower__content h3,
.our-manpower__content h2 {
  font-weight: 500;
  color: #2d3549;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.our-manpower__content h2:first-of-type {
  margin-top: 0;
}
.our-manpower__buttons {
  margin-top: 40px;
}
.our-manpower__buttons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0 20px;
  width: 100%;
  max-width: 230px;
  height: 60px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(315deg, #00a6ff 0.32%, #0077b4 48.98%, #00466c 100%);
  border: 1px solid #e8ecf0;
  border-radius: 4px;
}
.our-manpower__images {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.our-manpower__image-item {
  width: 130px;
  height: 70px;
}
.our-manpower__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .our-manpower {
    padding: 60px 0 120px 0;
  }
}
@media only screen and (max-width: 479px) {
  .our-manpower__images {
    grid-template-columns: 1fr;
  }
}