.demo-btn-margin .btn {
  margin-bottom: 6px;
}

.heading-color{
        color: #e68d0c !important;
}

.case-study p{
    padding:20px;
}


@media only screen and (max-width: 600px) {
 
 .card-height{
        height:380px !important;
    }
    
    .case-study .bpo-border
{
    height:205px !important;
}
.case-study .height{
    margin-top:50px !important;
}
    .circle {
    font-size: 8px;
    width: 75px;
    height: 75px;
    border: 5px solid lightgrey;
    line-height: 17px;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
    text-align: center;
    background: #000;
}
.height {
    margin-left:-30px !important;
    font-size: 29px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}
}