.travel-section {
  margin-bottom: 0.625rem;
}
.travel-section__body-title {
  margin-bottom: 0.9375rem;
}
.travel-section__body-text {
  margin-bottom: 1rem;
}
.travel-section__body-social-list {
  margin-bottom: 2rem;
}
.travel-section__body-small-title {
  font-weight: 500;
  font-size: 1.5625rem;
  margin-bottom: 1.4375rem;
}
.travel-section__body-countries-list {
  display: flex;
  flex-direction: column;
  gap: 1.5375rem;
}
.travel-section__body-countries-list-item {
  font-weight: 300;
  font-size: 1.125rem;
}
.travel-section__body-countries-list-item strong {
  font-weight: 500;
}
.travel-section__body-countries-list-text {
  line-height: 110%;
}
@media (max-width: 489px) {
  .travel-section__body {
    padding-top: 0.625rem;
  }
  .travel-section__body-title {
    margin-bottom: 0.625rem;
  }
  .travel-section__body-text {
    margin-bottom: 0.6875rem;
  }
  .travel-section__body-social-list {
    margin-bottom: 1.375rem;
  }
  .travel-section__body-small-title {
    font-size: 1.25rem;
    margin-bottom: 1.1875rem;
  }
  .travel-section__body-countries-list {
    gap: 1.1875rem;
  }
  .travel-section__body-countries-list-item {
    font-size: 0.875rem;
  }
}
