

html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: normal;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    body {
        font-size: 1.1rem;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

header {
    color: #fff;
    background-color: #0E3A3D;
}
header img {max-height: 150px;}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.cta {color: #fff; background-color: #0E3A3D}
section.contact {
    background: #f7f7f7;
}
section.hello {
    background-image: url(./img/agrot-reklama.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
section.hello > * {position: relative;}
section.hello:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
}

.btn_cta {
    font-weight: 400;
    text-align: center;
    color: #000;
    background-color: #99E552;
    transition: all .5s;
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
}

.btn_cta:hover {
    background: #3a3a3a;
    color: #fff;
}

.single_profit {
    padding: 20px 10px;
    text-align: center;
    color: #0f110c;
    border: 2px solid #0e3a3d;
    /*min-height: 150px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.single_profit img {
    max-height: 100px;
    width: auto !important;
    margin-bottom: 10px;
}

.heading_oddzial {
    background: #0E3A3D;
    color: #fff;
    padding: 40px;
}
.heading_oddzial h4 {font-weight: 500;}

ul.reset {
    list-style-type: none;
    padding-left: 20px;
}
ul.contactLinks {
    padding-left: 0;
}
ul.contactLinks li {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 20px;
}
ul.contactLinks li img {
    width: 25px;
}

.social_media_box {
    background: #0E3A3D;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.social_media_box a {
    display: flex;
    gap: 20px;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}
.social_media_box img {
    max-height: 80px;
}

footer {
    color: #fff;
    background-color: #0E3A3D;
    padding: 40px;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    section.hello {
        padding: 150px 0;
    }
}
