/* Section Services */
.service__box {
    display: flex;
    flex-direction: column;
    height: 100%; /* najważniejsze */
}

@media (min-width: 1381px) and (max-width: 1800px) {
    .section-services {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
.service__icon {
    margin-top:10px;
}

.service__title > h2 {
    font-size: 24px;
    font-weight: 600;
}
.service__title > h3 {
    font-size: 20px;
    font-weight: 600;
}
.service__description > p {
    /*font-size: 18px;*/
    font-size: 17px;
}
.service__cta {
    margin-top: auto;
}
.service__cta > a, .service__cta > a:visited {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #ff8e19;
}
.service__cta > a:hover, .service__cta > a:hover:visited {
    color: #ffcd99;
}
@media (max-width: 1024px) {
    .service__description > p {
        font-size: 16px;
    }
}

.postitleurl, .postitleurl:visited {
    color: #ff8e19 !important;
}
.postitleurl:hover, .postitleurl:hover:visited {
    color: #ffcd99 !important;
}