  [class*="block-grid-"]>li.small-red-button{
    padding:2px;
}


.small-red-button a{
color:#FFF;
text-decoration:none;
display:inline-block;
white-space:nowrap;
width:100%;
font-family: "ReplicaProRegular",sans-serif;
font-size:1.2em;
text-align:left;
text-transform:uppercase;
padding:10px 0 10px 0;
text-align: center;
transition: all 0.4s;
}

.small-red-button.one a{
    background-color:#1e928d;
}

.small-red-button.two a{
    background-color:#619e48;
}

.small-red-button.three a{
    background-color:#1e5a92;
}
.small-red-button.four a{
    background-color:#3db6c4;
}


.small-red-button a .fa {
    margin-right: 6px;
}

.small-red-button a:hover{
   opacity:0.8;
}

@media (min-width: 40em){
   [class*="block-grid-"]>li.small-red-button a {
        font-size:1.25em;
    }
}

@media (min-width: 70em){
    [class*="block-grid-"]>li.small-red-button a {
        font-size:1.2em;
    }
}