#real-estate-management .country-type-menu .container {
  max-width: 1267px;
  width: 100%;
}
#real-estate-management .country-type-menu__list {
  display: flex;
  gap: 10px;
  width: 100%;
  align-content: center;
  justify-content: center;
}
@media (max-width: 1300px) {
  #real-estate-management .country-type-menu__list {
    margin-top: 15px;
  }
}
#real-estate-management .country-type-menu__item {
  flex: 1;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #DCEEF6;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  margin: 0;
  line-height: 1.45;
}
@media (max-width: 1300px) {
  #real-estate-management .country-type-menu__item {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #real-estate-management .country-type-menu__item {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #real-estate-management .country-type-menu__item {
    font-size: 16px;
  }
}
#real-estate-management .country-type-menu + .property-list {
  padding-top: 0;
}
#real-estate-management a.country-type-menu__item:hover {
  text-decoration: underline;
}
#real-estate-management h1.country-type-menu__item {
  background: #9EB20F;
  color: #fff;
}