.premium-pita-range-section .section-header {
    margin-bottom: 32px;
}
.premium-pita-range-section .section-header p{
    max-width: 494px;
    margin-right: auto;
    margin-left: auto;
}
.premium-pita-range-section .btn{
    margin-top: 30px;
}
.premium-pita-range-section .col{
    width: 33.33%;
}
.premium-pita-range-section .row{
    row-gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.premium-pita-box{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 100%;
    background-color: #f5f0df;
}
.premium-pita-range-section .col:nth-child(3n+1) .premium-pita-title{
    background-color: #253746;
}
.premium-pita-range-section .col:nth-child(3n+2) .premium-pita-title{
    background-color: var(--brown);
}
.premium-pita-range-section .col:nth-child(3n+3) .premium-pita-title{
    background-color: #4D604E;
}
.premium-pita-title {
    padding: 24px 10px;
}
.premium-pita-title h2,
.premium-pita-title a{
    color: var(--cream);
}

@media only screen and (max-width: 991px) {
    .premium-pita-range-section .row>div {
        padding-left: 8px;
        padding-right: 8px;
    }
    .premium-pita-range-section .row{
        margin-left: -8px;
        margin-right: -8px;
    }
}
@media only screen and (max-width: 767px) {
    .premium-pita-range-section .col {
        width: 100%;
    }
}