.icon-text {
    display: flex;width: 100%;justify-content: left;align-items: center;
}
.icon-text img {
    width:auto; height:100px;max-width: 8rem;margin-right: 0.5em;
}
.icon-text a:hover {
    color: #808080 !important;
}

.icon-text span {
    line-height: 1.2rem;
}


@media only screen and (max-width: 950px) {

    .icon-text {
        display: block;
        width: 100%;
        justify-content: left;
        align-items: center;
        line-height: 1.2rem;
        text-align: center;
    }

    .icon-text img {
        width: auto;
        height: 100px;
        max-width: 8rem;
        margin-right: 0.5em;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
    }

    .icon-text span {
        font-family: "OpenSans-Bold", Arial, sans-serif;
        line-height: 1.2rem !important;
    }

}
