:root {
  --primary-color-1: #1D5B86;;
}
@media only screen and (max-width:767px) {
  :root {
    --primary-color-1: #58A5DA;
  }
}