
.makes-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cafe-image-left{
    width: 50%;

    & .heading-70{
        margin-bottom: 80px;
    }

    & img{
        border-radius: 5px;
    }
}
.cafe-image-right{
    width: 50%;
    padding-left: 50px;
}


/* ****** Start Media Query ****** */

@media (max-width: 1599.98px){
    
}
@media (max-width: 1439.98px){
    .cafe-image-left {width: 40%;}
    .cafe-image-right {
        width: 60%;
        padding-left: 50px;
    }
    .cafe-image-left {
        & .heading-70 {
               text-wrap-style: inherit;
        }
    }
}

@media (max-width: 1199.98px){
    .cafe-image-left ,
    .cafe-image-right {
        width: 100%;
        padding-left: 0;
    }
    .cafe-image-left {
        margin-bottom: 30px;
        text-align: center;

            & .heading-70 {
                margin-bottom: 30px;
            }
    }
    
}

@media (max-width: 767.98px){
    

}