 /*!
====================================
Tersano >> Custom Styles
====================================
This CSS sammich was cut by:
  -> James Tuck, Josh Leslie, and Katy Ha at pb+j
  -> http://addpbj.com/people
  -> Version 1.0
  -> June 2020
  -> SCSS
------------------------------------
*/
@media screen and (max-width: 834px) {
  .custom--html {
    max-width: 85%;
    margin: auto; } }
@media screen and (min-width: 835px) {
  .custom--html {
    max-width: 50%;
    margin: auto; } }

.Button.Button--primary + .Link.Link--underline {
  margin-left: 20px; }
