/* Product/Wi-Fi */

.wifi-sheet {
    margin: 4rem auto 8rem auto;
}

.wifi-sheet .wp-block-image {
    height: 130px;
    text-align: center;
}

.wifi-sheet img {
    max-height: 90px;
    width: auto;
}

.wifi-sheet p:before {
    content: '';
    display: inline-block;
    background: url(/media/doc.svg) no-repeat;
    height: 14px;
    width: 20px;
}

.wifi-sheet p {
    padding-left: 3.6vw;
}

.wifi-sheet a {
    display:inline-block;
    font-size: 1rem;
}

.entry-content .wifi-sheet a:hover {
    text-decoration: underline;
}

.wifi-sheet a:hover:after {
    content: '';
    display: inline-block;
    background: url(/media/jump.svg) no-repeat;
    height: 12px;
    width: 12px;
    margin-left: 8px;
}





