.specializations-wrapper .single-specialization.gray-box,
.specializations-wrapper .single-specialization.gray-box-1 {
    justify-content: end;
}

.specializations-wrapper .single-specialization.gray-box .overlay {
    background: linear-gradient(
        180deg,
        rgba(196, 196, 196, 0) 0%,
        #b4b4b4 69.79%
    );
}

.specializations-wrapper .single-specialization.gray-box-1 .overlay {
    background: linear-gradient(
        180deg, 
        rgba(196, 196, 196, 0.7) 0%,
        #c4c4c4 69.79%
    );
}


section.contact-section .text-wrapper p a,
section.contact-section .text-wrapper p a,
section.contact-section .text-wrapper li a {
    color: #138667;
    text-decoration: underline;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-form-coupon-toggle {
    display: none;
}

.page-template-konsultacje .post-intro.specialization-description {
    display: none;
}