/** COMMON ELEMENTS **/
.adopt-resources .main-title {
    margin-bottom: 10px;
    margin-top: 50px;
}
.adopt-resources .subtitle {
    font-size: 18px;
    font-style: italic;
}
.adopt-resources .heading {
    margin-bottom: 50px;
    color: #414141;
}
.adopt-resources .panel-link {
    font-size: 13px;
    font-weight: bold;
    color: #414141;
    margin-top: 16px;
    text-transform: uppercase;
}
.adopt-resources .panel-link .fa {
    font-size: 22px;
    margin: -2px 0 0 5px;
}
.adopt-resources .panel {
    margin-bottom: 50px;
}
.adopt-resources .panel-image {
    margin-right: 20px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
}
/*** End ***/
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width:767px) {
    .adopt-resources .panel-image {
        margin-right: 10px;
    }
}
/*** End ***/

