:root,
[data-bs-theme="light"] {

    --home-info-about-bg: #b4c6cf;
    --home-btn-hover-bg: #d4d4d4;

   /* --col-1: #406960;
  --col-1-rgb: 64, 105, 96;

  --col-2: #a4852d;
  --col-2-rgb: 164, 133, 45;

  --col-3: #848994;
  --col-3-rgb: 132, 137, 148;


  --col-01: #56847c;
  --col-01-rgb: 86, 132, 124;

  --col-02: #355951;
  --col-02-rgb: 53, 89, 81;

  --col-03: #24413b;
  --col-03-rgb: 36, 65, 59;



  --bg-ran-1: #3a554b;
  --bg-ran-1-rgb: 54, 139, 107;

  --bg-ran-2: #8b8042;
  --bg-ran-2-rgb: 122, 116, 84;

  --bg-ran-3: #43435e;
  --bg-ran-3-rgb: 27, 29, 110;

  --bg-ran-4: #813838;
  --bg-ran-4-rgb: 161, 73, 73;

  --bg-ran-5: #1a7585;
  --bg-ran-5-rgb: 26, 98, 133;


  --cytat-1-bg: #6a7a78;
  --cytat-2-bg: linear-gradient(to top, #cfdfd2 0%, #bfcfc1 100%);

  --foot-bg: #195a51;
  --foot-szkola-plus-bg: #08423b;

  --home-btn-bg-1: #35867c;
  --home-btn-bg-2: #195a51;
  --home-btn-bg-3: #08423b;

  --text-bg-warning: 255, 202, 72;
  --bs-warning-rgb: 255, 202, 72;  */
}


.home-h2-akt h1 {
    font-size: 1.8rem;
}

.cytat-2 {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
}

.bg-ran-1 {
  background: #196b8b url('img/1.svg') top center / cover no-repeat;
}
.bg-ran-2 {
  background: #196b8b url('img/2.svg') top center / cover no-repeat;
}
.bg-ran-3 {
  background: #196b8b url('img/3.svg') top center / cover no-repeat;
}
.bg-ran-4 {
  background: #196b8b url('img/4.svg') top center / cover no-repeat;
}
.bg-ran-5 {
  background: #196b8b url('img/5.svg') top center / cover no-repeat;
} 


.home-buttons {
    margin-top: -70px;
}