
/* 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: #FFF5F2;
    color: #EE663E;
    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 #EE663E;
}

.timeline-content:hover {
    background: #FFE4DC;
    border: 4px solid #EE663E;
}

.timeline-content .h3:hover {
    background: #FF8961;
    color: #fff;
    border: 4px solid #EE663E;
}

.step-marker,
.timeline-step::before {
    position: absolute;
    top: 50%;
    width: 40px;
    background-color: #EE663E;
}

.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: #D14B23;
    font-weight: 700;
}

.thumbdiv {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 220px;
    padding-right: 20px;
    padding-top: 20px;
}

.icon {
    margin-right: 20px;
    color: #EE663E;
}

img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.intro {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.facts {
    background: #FFE4DC;
    margin-top: -8px;
    font-weight: 600;
    max-width: 600px;
}

table {
    border-collapse: collapse;
    background: #EE663E;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

td {
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF5F2;
    color: #000;
}

th {
    background: #EE663E;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#ic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 5em;
    color: #EE663E;
    margin-bottom: 40px;
    margin-top: 40px;
}

#ic:hover {
    font-size: 5.2em;
    text-shadow: 4px 4px 6px #FFB299;
    opacity: 0.9;
}

.col-md-6 {
    background: #FFF5F2;
    border: 1px solid #EE663E;
    padding: 10px;
    color: #EE663E;
    box-shadow: 9px 12px 43px -28px rgba(0,0,0,0.75);
}

.col-md-6:hover {
    background: #FFE4DC;
    border: 4px solid #EE663E;
}

h2 {
    font-size: 2.5em;
    text-align: center;
    color: #D14B23;
    line-height: 45px;
}

h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #D14B23;
}

.col-md-6 h3 {
    font-size: 1.2em;
}

.site-logo-outer {
    background: #FFF5F2 !important;
}

.footer-widget-area h2 {
    color: #fff !important;
}

.footer-widget-area p {
    color: #fff !important;
}

.footer-widget-area .menu a {
    color: #fff !important;
}

.site-top-container-outer {
    background-color: #EE663E !important;
}

.site-top-container.clearfix {
    background: #EE663E !important;
}

.footer-bottom-outer.fbo-wo-w {
    background: #D14B23 !important;
}

body {
    background-color: #FFF5F2 !important;
}

footer {
    color: #fff !important;
    background-color: #EE663E !important;
}

.post-navi-inner {
    background: #D14B23 !important;
    color: #fff !important;
}

.post-navi-title {
    color: #fff !important;
}

.widget-item-footer h2 {
    background-color: #EE663E !important;
}

.posts-widget-title {
    color: #D14B23 !important;
}

.post-widget-container {
    color: #FFF !important;
    background-color: #FF8961 !important;
}

.widget-item h2 {
    color: #EE663E !important;
    background-color: #FFF5F2 !important;
}

.filter-bar-inner {
    background-color: #D14B23 !important;
    color: #ffffff !important;
}

.footer-widget-area .posts-widget-title {
    color: #fff !important;
}
```