.casestudy-container .pro-box .prdContent {
    height: auto;
}

.casestudy-container .pro-box {
    height: 350px;
}

.proDwnSpan2 {
    display: inline-block;
    border: 1px solid #ecaf2b;
    padding: 12px 0;
    width: 50%;
    border-radius: 3px;
    color: #ecaf2b;
}

.proDwnSpan2:hover {
    background: #fff;
    border-color: #fff;
}

@media only screen and (max-width: 1100px) {
    .casestudy-container .pro-box .casestudy-desc {
        min-height: auto;
        height: auto;
    }

    .casestudy-container .pro-box {
        height: 450px;
    }
}

@media only screen and (max-width: 650px) {
    .casestudy-container .pro-box {
        height: auto;
    }
}