/*
* Custom CSS
* Put your custom styles here.
*/

.maja-muciek-content {
    @media (min-width: 768px) and (max-width: 1024px) {
        flex-direction: column;
        justify-content: center;
        position: relative;

        .group-text-o-nas {
            background-color: #ffffff;
            padding: 20px;
            max-width: 400px;
            width: 100%;
            position: absolute;
            z-index: 999;
            bottom: 0px;
            left: 20px;
            gap: 30px;
            display: flex;
            flex-direction: column;

            p {
                margin: 0px !important;
                width: 100%;
                max-width: 100%;
            }
        }
    }

    @media (max-width: 768px) {
        display: flex;
        flex-direction: column;
        gap: 30px;

        .group-text-o-nas {
            display: flex;
            justify-content: start;
            align-items: start;
            flex-direction: column;
            gap: 30px;

            p {
                max-width: 80%;
                margin: 0px !important;
            }
        }
    }
}

.maja-muciek-container {
    @media (max-width: 768px) {
        padding-top: 60px !important;
    }
}

@media (max-width: 1024px) {
    .group-text-o-nas {
        div {
            max-width: 100%;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
    }
}

.maja-muciek-content {
    .has-heading-3-font-size {
        font-size: 32px !important;
    }
}

.custom-heading-size {
    .has-heading-2-font-size {
        @media (max-width: 768px) {
            font-size: 20px !important;
        }
    }
}