/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.3.1586940960
Updated: 2020-04-15 08:56:00

*/

.LinksCustom {
    background: #2d4a76;
    padding: 30px 0;
}
.Linkowanie {
    max-width: 1170px;
    margin: 0 auto;
}
.link-box1 ul {
    display: flex;
    flex-wrap: wrap;
}
.link-box1 ul li {
    margin: 10px 0;
}
.link-box1 ul li a {
    font-size: 13px;
    margin: 10px;
    color: #fff;
    border-radius: 20px;
}
.link-box1 ul li::after {
    content: '|';
    color: #fff;
}
.link-box1 h2 {
    color: #fff;
    font-size: 20px;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}
.link-box1 h2::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
	left: 10px;
}
