.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: auto;
}

h2 .fa {
    float: right;
    position: relative;
    bottom: 50px;
    right: -100px
}

span.button-title-text {
    font-size: .7em;
    display: block;
    padding-left: 15px;
}


button.btn.btn-block.text-left {
    display: contents;
}

.card-header span.button-title-text {
    min-height: 65px;
    padding: 10px 40px;
}

@media screen and (max-width: 575px) {
    span.button-title-text {
    font-size: .95rem!important;
    }

    div > blockquote{
        font-size: .85rem!important;
    }
}