﻿#content.tech #main > img {
    margin-bottom: 2.8em;
}

#content.tech #main #blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content.tech #main #blocks .block {
    flex-basis: 48%;
    margin-bottom: 65px;
}

#content.tech #main ul li {
    margin: 0!important;
}

#content.tech #main .big-button {
    width: 100%;
    border: 10px solid #f2f2f2;
    padding: 50px 40px;
    display: block;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    background: url("../images/2020-tech-page-button.jpg") no-repeat center 20%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .9;
    transition: all .2s;
}

#content.tech #main .big-button2 {
    width: 100%;
    border: 10px solid #f2f2f2;
    padding: 50px 40px;
    display: block;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    background: url("../images/tech_bundles/Lare-Button.jpg") no-repeat center 20%; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: .9;
    transition: all .2s;
}

#content.tech #main .button {
    box-shadow: none!important;
    border-radius: 0!important;
    font-size: .8em!important;
    padding: 6px 16px!important;
}

#content.tech #main .big-button:hover {
    opacity: 1;
    border-color: #D6D6D6;
    border-radius: 3px;
}

#content.tech #main .big-button2:hover {
    opacity: 1;
    border-color: #D6D6D6;
    border-radius: 3px;
}

#content.tech #main .block-large {
    display: block;
    margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
    #content.tech #main #blocks .block {
        flex-basis: 100%!important;
    }

    #content.tech #main .block.covid {
        min-height: 0!important;
    }
}