@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.blue-color-widlaki {
    color: #2b148e;
}

.yelow-color-widlaki {
    color: #ffff20;
}

.grey-color-widlaki {
    color: #222222;
}

.yellow-background {
    background: #ffff20;
}

.logo-upper-text {
    display: inline-block;
    font-size: 2.4em;
    padding-bottom: 2px;
    border-bottom: 6px solid;
    font-weight: bold;
    margin-top: -40px;
}

.logo-upper-text-mobile {
    display: inline-block;
    font-size: 2.4em;
    padding-bottom: 2px;
    border-bottom: 6px solid;
    font-weight: bold;
}

.logo-bottom-text {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.logo-sub-text {
}

a {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style-position: inside
}

.ul-mobile {
    list-style-position: outside;
    align-content: center;
    text-align: left
}

.container > header {
    font-family: 'Lato', Arial, sans-serif;
    background: rgba(0, 0, 0, 0.1);
}

.container > header {
    margin: 0 auto;
    padding: 5.5em 2em 7em;
    text-align: center;
}

.container > header h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
}

.container > header span {
    display: block;
    font-size: 60%;
    opacity: 0.7;
    padding: 0 0 0.6em 0.1em;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* General styles and layout */

body {
    background: #ffff20;
    font-family: 'Lato', Arial, sans-serif;
}

.container {
    overflow: hidden;
    /* we don't want the pseudo-elements sticking out */
}

.container svg {
    display: block;
}

section {
    position: relative;
    padding: 10em 10%;
    background: #2980b9;
    color: #fff;
    text-align: center;
}

section h2 {
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    font-weight: 400;
    color: #222222
}

section h3 {
    color: rgba(0,0,0,.5);
}

section p {
    color: rgba(0,0,0,.5);
    font-size: 1.3em;
    line-height: 1.5;
}

section li {
    color: rgba(0,0,0,.5);
    font-size: 1.3em;
    line-height: 1.5;
}

.text:first-child {
    text-align: right;
}

.text:nth-child(2) {
    text-align: left;
}

.col-2 .column {
    width: 49%;
}

.col-3 .column {
    padding: 0 1%;
    width: 33%;
    text-align: center;
}

.col-3 .column p {
    padding: 1.4em;
}

.column {
    display: inline-block;
    vertical-align: top;
}

.icon {
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    color: #fff;
    text-align: center;
    font-size: 8em;
    line-height: 2em;
    margin: 0 auto;
}

section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

/* Media Queries for the layout */
@media screen and (max-width: 68em) {
    section, .footer {
        font-size: 80%;
    }

    .logo-upper-text {
        font-size: 2em;
    }
    .logo-bottom-text {
        font-size: 1em;
    }
    .logo-sub-text {
        font-size: 80%;
    }
}

@media screen and (max-width: 54em) {

    section, .footer {
        font-size: 70%;
    }

    .logo-upper-text, .logo-upper-text-mobile {
        font-size: 1.5em;
    }
    .logo-bottom-text {
        font-size: 0.8em;
    }
    .logo-sub-text {
        font-size: 70%;
    }

    .column {
        display: block;
        width: 100% !important;
    }

    .text:first-child,
    .text:nth-child(2) {
        text-align: center;
    }

    .icon {
        margin: 0 auto;
    }

    .main-point {
        margin-top: 30px;
    }

    .col-2 .column:first-child .icon {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

}
