.majowka .header h2{
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 92px;
    text-align: center;
    color: #E45453;
    position: relative;
}

.majowka .header h2::before{
    content: '';
    display:block;
    width:117px;
    height:117px;
    background-image: url("../mixin/grill.png");
    position:absolute;
    left: calc(50% - 436px);
    top: -45px;
}

.majowka .header p{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #E45453;
    max-width:1083px;
    margin:0 auto;
    font-family: RocGroteskMedium;
}


.majowka .ramowka h2{
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 63px;
    text-align: center;
    color: #06523D;
    margin-top:60px;
    position: relative;
}

.ramowka-pozycje .pozycja .bottom-box,
.ramowka-pozycje .pozycja .top-box{
    display:flex;
    align-items: center;
    max-width: 390px;
    justify-content: space-between;
}
.ramowka-pozycje .pozycja .dzien{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    color: #06523D;
}
.ramowka-pozycje .pozycja .godzina{
    font-family: RocGroteskMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.1em;
    color: #06523D;
}
.ramowka-pozycje .pozycja .image-wrapper{
    border-radius: 10px;
    max-width: 390px;
    aspect-ratio: 350 / 200;
    background-color: #06523D;
}
.ramowka-pozycje .pozycja .image-wrapper .image{

    display: block;
    width: 100%;
    max-width: 390px;
    aspect-ratio: 350 / 200;
    background-size: cover;
    mask-image: url("../mixin/maska.png");
    mask-size: contain;
    -webkit-mask-image: url("../mixin/maska.png");
    -webkit-mask-size: contain;
    background-color: #06523D;
}
.ramowka-pozycje .pozycja .title{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    color: #E45453;
}
.ramowka-pozycje .pozycja .type{
    font-family: RocGroteskMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.1em;
    color: #06523D;
}
.ramowka-pozycje .pozycja .bottom-box{
    margin-top:10px;
    margin-bottom: 40px;
}

.majowka .hero{
    padding-top:72px;
    padding-bottom:114px;
}
.majowka .hero video{
    width:100%;
    border-radius: 15px;
    height: auto;
}
.majowka .hero img{
    width:auto;
    height: 481px;
}

@media (max-width: 1200px) and (min-width: 1400px) {}

@media (max-width: 575.99px) {
    .majowka .hero{
        padding-top:30px;
    }
    .majowka .header h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .majowka .header p {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #E45453;
        max-width: 1083px;
        margin: 0 auto;
        font-family: RocGroteskMedium;
    }

    .majowka .hero img{
        width:100%;
        height: auto;
        margin-bottom:50px;
    }

    .majowka .header h2::before {
        content: '';
        display: block;
        width: 80px;
        height: 80px;
        background-image: url("../mixin/grill.png");
        position: absolute;
        left: calc(50% - 40px);
        top: -97px;
        background-size: cover;
    }


}