﻿body {
    font-size: 15.7px;
}

.com-member p {
    margin-bottom: 0.5rem;
}

.custom-w {
    width: 85%;
    height: auto;
}

@media only screen and (min-width:0px) and (max-width: 500px) {

    .img-fluid.quote {
        max-width: initial;
    }

    footer .img-holder {
        transform: none;
        position: static;
    }
}

@media only screen and (min-width:480px) and (max-width: 768px) {

    footer .img-holder {
        transform: none;
        position: static;
    }
}