.crafting-pita-section .col-left{
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
}
.crafting-pita-section .col-left .img-block{
    margin-top: auto;
    line-height: 0;
}
.crafting-pita-section .col-left .img-block img{
    border-radius: 10px;
}
.crafting-pita-section .col-right{
    width: 57%;
}
.crafting-pita-section .section-header{
    margin-bottom: 80px;
    width: 100%;
}
.crafting-pita-section .img-wrapper{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    height: 100%;
}
.crafting-pita-section .img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}
.crafting-pita-section .section-header>:last-child{
    margin-bottom: 0;
}
.crafting-pita-section.img-on-top .col-left .img-block {
    margin-top: 0;
    margin-bottom: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
@media only screen and (min-width: 768px) {
    .crafting-pita-section .img-wrapper.mobile-img{
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .crafting-pita-section .section-header {
        margin-bottom: 70px;
    }
    .crafting-pita-section .desc p br {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .crafting-pita-section .section-header {
        margin-bottom: 50px;
    }

}
@media only screen and (max-width: 767px) {
    .crafting-pita-section h2 br{
        display: none;
    }
    .crafting-pita-section .section-header {
        margin-bottom: 25px;
    }
    .crafting-pita-section .col-left .img-block{
        display: none;
    }
    .crafting-pita-section .col-left,
    .crafting-pita-section .col-right{
        width: 100%;
    }
    .crafting-pita-section .section-header {
        margin-bottom: 15px;
    }
    .crafting-pita-section .col-right {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        margin-bottom: 30px;
        overflow-y: auto;
        flex-wrap: nowrap;
        padding-bottom: 9px;
    }
    .crafting-pita-section .img-wrapper{
        padding-top: 85%;
        width: 90%;
        flex-shrink: 0;
    }
    .crafting-pita-section.img-on-top .section-header {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .crafting-pita-section.img-on-top .col-right {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 30px 0 0;
    }
}
