﻿i {
    width:60px;
    font-size:200%;
    padding: 10px;
}
.fontfa {
    vertical-align: super;
}
.plan{
    background-size: cover;
    position: relative;
    overflow:hidden;
    height:150px;
    border-radius: 15px;
    border: 2px solid #33B4B0;
    margin-top: 20px;
    }

.transbox {
    background-color: #ffffff;
    height:150px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    }

.transbox:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.transbox i{
    font-weight: bolder;
    font-size:4em;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span.quicklinks {
    display: flex;
    flex-wrap: wrap;
    margin-left: 16px;
    color: white;
    gap: 1px;
}
span.fact {
    background: black;
    padding: 5px;
}