.coach-master-prac .row .img-cre a:first-child {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px;
}

.img-cre a img{display: inline-block!important;}

.coach-master-prac h4 {
    padding: 10px 15px;
    background: linear-gradient(95deg,#006886 13%,#059747 39%,rgba(5,151,71,0) 100%);
    color: #fff!important;
    text-shadow: 2px 0 4px rgba(0,0,0,.61);
    margin: 35px 0 25px;
}
.credentials {
    list-style-type: none;
    padding: 0;
}


.credentials li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.credentials li:before{
    content: "\f00c";
    color: #4b9b48;
    left: 0;
    font-family: FontAwesome;
    vertical-align: top;
    top: 0;
    position: absolute;
}



.mprac-coach-name, .coach-name {
    color: #306f2c!important;
    font-size: 14px!important;
    line-height: normal;
    display: block;
    font-family: 'Frutiger LT Std';
}

.coach-master-prac a img {
    width: 100%!important;
    height: auto!important;
}

.coach-master-prac, .sec7 {
    background: linear-gradient(#def6fb 0,#fff 10%,#fff 71%,#def6fb 100%),#def6fb;
}
.coach-master-prac .sect-heading {
    color: #092155;
    text-align: center;
    margin-bottom: 35px;
}
.coach-master-prac{
    background: linear-gradient(#def6fb 0,#fff 10%,#fff 71%,#def6fb 100%),#def6fb;
}
@media (max-width:767px){
    .credentials li, .credentials li:before{font-size: 18px!important;}
}
@media (max-width:359px){
/*    .coach-master-prac .row .img-cre a:first-child{width: 80px!important;height: 80px!important;}*/
    .coach-master-prac h4{font-size: 18px!important;}
}