.pt-product-flex {
    display:flex;
    flex-flow: row wrap;
}
.pt-product-flex .btn_beeline_nas {
    position:absolute;
    bottom:0px;
}
.pt-product-flex .col-md-6 {
    padding-bottom:100px;
    
}

@media only screen and (max-width: 1024px) {
.pt-product-flex .btn_beeline_nas {
    position:relative;
    bottom:0px;
}    
.pt-product-flex .col-md-6 {
    padding-bottom:30px;
    
}

}