img.dispimg {
    max-height: 250px;
    width: auto !important;
    float: left;
    margin: 0 25px 0 0;
}

p.descr {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 18px;
}

a.button {
    position: absolute;
    bottom:15px;
    right:15px;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
    div.half {
        text-align: center;
    }
    
    img.dispimg {
        max-height: none;
        width: 100%;
        height: auto !important;
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    
    a.button {
        position:relative;
        right:auto;
    }
}