﻿.slide-heading-text {
    color: #0076fe !important;
}
.slide-heading-p {
    color: #fff !important;
    text-shadow:2px 1px 2px #333;
}
.founder-margin {
    margin-top: 125px !important;
}
.founder-image {
    background: #fff;
    width: 450px;
    border: 2px solid #0b5880;
}

@media (max-width: 900px) {
    /* … */
    .hide-caption{visibility:hidden !important;}
    .founder-margin {
        margin-top: 25px !important;
    }
    .founder-image {
        background: #fff;
        width: 350px;
        border: 2px solid #0b5880;
    }
}
@media (max-width: 505px) {
    /* … */
    h4{font-size:14px !important;
       font-weight:400;
    }
    .icon-size{width:16px !important}
    .founder-image {
        background: #fff;
        width: 300px;
        border: 2px solid #0b5880;
    }
}
