#n-header-logo-left {
  padding-left: 10px;
}

.acc-form-description {
    text-align: left ;
}

@media only screen and (min-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: initial;
  }
}

@media only screen and (max-width: 435px) {
  #n-header-logo-left, #n-header-logo-right {
    display: none;
  }
}

.svg-collections-accent {
    fill: rgb(29, 146, 152);
}

:root {
  --color-rgb: 29, 146, 152;
}
