.pais {
  padding: 96px 40px;
  overflow: hidden;
  background: #f2f2f2;
}

.pais-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.pais-copy{
  width:60%;
  min-width: 0;
}

.pais-map {
  width:40%;
  min-width: 0;
}

.pais-step {
  margin-bottom: 20px;
  color: #a50f0f;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.pais-title {
  margin-bottom: 24px;
  color: #171717;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.2px;
}

.pais-text {
  margin-bottom: 18px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 24px;
}

.pais-chain {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pais-chain div {
  flex: 1 1 95px;
  padding: 22px;
  border: 1px solid #ded7d1;
  background: #ffffff;
  color: #171717;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.pais-chain b {
  display: block;
  color: #a50f0f;
  font-size: 26px;
  font-weight: 600;
}

.pais-map {
  position: relative;
}

.pais-map img {
  width: 100%;
  height: auto;
}

.pais-count {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pais-count b {
  display: block;
  color: #a50f0f;
  font-size: 72px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 15px;
  font-family: "PT Serif", Georgia, serif;
}

.pais-count small {
  display: block;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5%;
}

@media (max-width: 1180px) {
  .pais-title {
    font-size: 50px;
    line-height: 51px;
  }
  .pais-step {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (max-width: 900px) {
  .pais-container {
    flex-direction: column;
  }
  .pais-copy,
  .pais-map {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .pais {
    padding: 56px 18px;
  }
  .pais-container {
    gap: 34px;
  }
  .pais-title {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.4px;
  }
  .pais-step {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .pais-text {
    font-size: 16px;
    line-height: 23px;
  }
  .pais-count b {
    font-size: 48px;
  }
}
