/* CSS Document */

hr {
    background-color: #eaeaea !important;
    height: 1px !important;
    margin: 1.5em 0 !important;
}


.cta, .price {
    font-size: 26px;
}

.price strong { color:#0077C5; }



#content .content-area .row {
    display:flex;
    flex-direction:row;
}

#content .content-area .row .col-2 {
    padding:3em;
}

@media screen and (max-width:1024px) {
    
    #content .content-area .row {
        flex-direction:column;
    }
    
    #content .content-area .row .col-2 {
        padding:0.75em;
    }
    
    
    
}
