/* TIMELINE POCZĄTEK */
.timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 20px;
    transform: translateX(-50%);
}
.timeline-step {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.timeline-content {
  width: 80%;
  padding: 20px;
  border-radius: 5px;
  background-color: #EDE9E6;
  color: #29405D;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 80px;
  position: relative;
  box-shadow: 9px 12px 43px -28px rgba(0,0,0,0.75);
  border: 1px solid #60152a;
}
.timeline-content:hover {
  background: #D0F2FF;
  
  border: 4px solid #29405D;
}
.timeline-content .h3:hover {
  background: #218838;
  color: #fff;
  border: 4px solid #29405D;
}
.step-marker,
.timeline-step::before {
    position: absolute;
    top: 50%;
    width: 40px;
    background-color: #60152a;;
}
.step-marker {
    left: 20px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.timeline-step::before {
    content: '';
    left: 40px;
    height: 4px;
    transform: translateY(-50%);
}
.timeline-content h3 {
  color: #112D5C;
  font-weight: 700;
}


/* TIMELINE KONIEC */

/* GŁÓWNY OBRAZEK MINIATURA */

.thumbdiv {
    float: right; /* Pozycjonuje cały div po prawej stronie */
    margin-left: 15px; /* Dodaje odstęp między tekstem a obrazkiem */
    margin-bottom: 10px; /* Dodaje odstęp pod obrazkiem */
    max-width: 220px; /* Ustaw maksymalną szerokość kontenera (możesz dostosować) */
	padding-right:20px;
	padding-top:20px;
	
}

/* GŁÓWNY OBRAZEK MINIATURA */


/* USTAWIENIA IKON */

.icon {
  margin-right: 20px;
	color: #FC16CE;
}
/* USTAWIENIA IKON */

/* USTAWIENIA OBRAZKÓW */
img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
/* USTAWIENIA OBRAZKÓW */


/* USTAWIENIA WSTĘPU */
.intro {
  font-weight: 600;
	font-size: 18px;
  line-height: 24px;
}
/* USTAWIENIA WSTĘPU */

/* USTAWIENIA WAŻNYCH INFORMACJI */
.facts {
  background: #60152a;
  margin-top: -8px;
  font-weight: 400;
  max-width: 600px;
  color: #fff !important;
}
/* USTAWIENIA WAŻNYCH INFORMACJI */

/* USTAWIENIA TABEL */
table {
  border-collapse: collapse;
  background: #0B1930;
  color: #fff;
	margin-top:20px;
	margin-bottom:40px;
	border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
}
td {
  padding-left: 10px;
  padding-right: 10px;
}
th {
  background: #0B1930;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
td {
  background: #cfe8ff;
  color: #000;
}
/* USTAWIENIA TABEL */

/* USTAWIENIA IKON */
#ic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 5em;
  color: #60152a;
	margin-bottom: 40px;
  margin-top: 40px;
}
#ic:hover {
  font-size: 5.2em;
  text-shadow: 4px 4px 6px #9C7C60;
  opacity: 0.9;
}
/* USTAWIENIA IKON */

/* USTAWIENIA MD6 */
.col-md-6 {
  background: #EFECE9;
  border: 1px solid #61574D;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2A3F5C;
  box-shadow: 9px 12px 43px -28px rgba(0,0,0,0.75);
  padding-left: 10px;
  padding-right: 10px;
}
  
}
.col-md-6:hover {
  background: #D2EDF9;
	border: 4px solid #2A3F5C;
}
/* USTAWIENIA MD6 */

@media (max-width: 600px) {
    .thumbdiv {
        display: flex; /* Flexbox dla wyśrodkowania */
				float: center;
        justify-content: center; /* Wyśrodkowanie poziome */
        align-items: center; /* Wyśrodkowanie pionowe, jeśli kontener ma większą wysokość */
    }
}