.about-us-header-container {
    background-image: url("/image/tlo-ciemne.jpg");
    padding: 60px 16px 16px 16px;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.test {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.test::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/image/tlo-jasne.png");
    background-repeat: repeat-x;
    opacity: 0.2;
    z-index: 1;
}

.about-us-header-image {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 30px
}

/* .about-us-header-container::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/image/tlo-jasne.png");
    background-repeat: repeat-x;
    opacity: 0.2;
    z-index: 1;
} */

.about-us-header-image {
    z-index: 1000;
    position: relative;
}

.about-us-services-container {
    padding: 60px 10px
}

.about-us-team-container {
    padding: 0px 10px
}

.about-us-services-box-bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about-us-team-box-bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.about-us-services-box {
    border: 1px solid #0a0a0a1a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-direction: column;
    background: #f4f7fb;
}

.about-us-services-box-heading {
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.about-us-services-icon {
    max-width: 76px;
}

.about-us-services-box-text {
    background-color: #f4f7fb;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-us-team-box-person {
    width: 100%
}

.about-us-team-box-image {
    max-width: 100%;
    border-radius: 8px;
}

.about-us-office-container {
    padding: 60px 0px
}

.about-us-office-image {
    width: 100%;
    margin-top: 40px
}

.margin-left-right {
    margin-left: 10px
}

.padding-left-right {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 769px) {
    .about-us-services-container {
        width: 100%;
        max-width: 1560px;
        padding: 120px 60px 120px 60px;
        margin: 0 auto
    }

    .about-us-team-container {
        width: 100%;
        max-width: 1560px;
        padding: 0px 60px 120px 60px;
        margin: 0 auto
    }

    .about-us-header-container {
        padding: 120px 0px
    }

    .about-us-header-left-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-right: 60px;
    }

    .about-us-header-box {
        width: 100%;
        max-width: 1560px;
        padding: 0px 60px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    .about-us-header-image {
        margin-top: 0px
    }

    .about-us-header-left-box,
    .about-us-header-right-box {
        width: 50%
    }
    
    .about-us-services-box-bottom {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }

    .about-us-team-box-bottom {
        display: grid;
        gap: 40px 20px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
    }

    .about-us-team-container {
        display: flex;
        flex-direction: column;
    }

    .about-us-services-box-top,
    .about-us-team-box-top {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .about-us-services-box-top-left {
        width: 50%;
    }

    .about-us-services-text {
        width: 50%;
        text-align: right;
        padding-left: 120px;
    }

    .paragraph-about-us {
        font-size: 14px;
    }

    .about-us-office-box {
        width: 100%;
        max-width: 1560px;
        padding: 0px 60px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }

    .about-us-office-container {
        background-image: url("/image/biurowiec-tlo.webp");
        padding: 60px 0px 180px 0px;
    }

    .about-us-office-image {
        display: none;
    }

    .about-us-office-box {
        display: flex;
    }

    .about-us-office-box-left {
        width: 65%
    }

    .about-us-office-box-right {
        width: 35%
    }
}





