h1, h2 {color: unset;}
.Inner-pages.header .heading{color:#fff;}
.Inner-pages .credit {
    background-color: #f4f7fa;
    padding: 35px;
    border-radius: 8px;
    max-width: 70%;
}
.Inner-pages .credit .flex .clip {
    width: 30%;
    margin-right: 20px;
}
.Inner-pages .credit .flex .caption {
    width: 60%;
    margin:2%;
}

.Inner-pages .credit h3 {
    margin: 0px 0px 25px !important;
}
.Inner-pages  .credit .flex .caption a {
    font-weight: 300;
    margin: 5px 15px 0 0;
    text-transform: uppercase;
    background: #E9142B;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.Inner-pages  .credit .flex .clip img {
    width: 100%;
}
