.internacional-wraper {
  padding-top: 69px;
  font-family: "Acumion Pro", sans-serif;
}

.internacional-wraper h2 {
  color: var(--Verde-denso, #032B1A);
  font-family: "Lubrax Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}

.internacional-wraper h1 {
  color: var(--Verde-Vibra, #004415);
  font-family: "Lubrax Display";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1px;
}

.internacional-wraper select {
  margin-top: 16px;
  width: 100%;
  max-width: 335px;
  padding: 10px 36px 10px 12px;

  border-radius: 10px;
  border: 1px solid #424242;
  background: #FFF;

  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='green' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 30px;
}

.padding-top {
  padding-top: 50px;
}

.internacional__lista {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 11px;
}

.internacional__lista .card svg {
  margin-right: 5px;
  vertical-align: middle;
}

.internacional__lista .card p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 6px;
}

.internacional__lista .card {
  border: 1px solid #424242;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  color: #424242;
  font-size: 14px;
  line-height: 1.4;
}

.internacional__lista .card h3 {
  color: var(--Verde-denso, #032B1A);
  font-family: "Lubrax Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  padding-top: 13px;
}

@media (max-width: 635px) {
  .internacional-wraper select {
      width: 100%;
      max-width: 100%;
  }
}