section.heroSupport{display:block;padding-bottom:2.7rem;position:relative}section.heroSupport .container{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:10;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}section.heroSupport .container .content{max-width:800px;text-align:center}section.heroSupport .container .content h1{font-size:50px;padding-top:100px}section.heroSupport .container .content h2{font-size:20px;font-weight:100;margin-bottom:60px}section.heroSupport .container .links{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.heroSupport .container .links .linkBox{background-color:var(--yellow);display:block;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:380px;width:33.33%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:35px;-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,.25);box-shadow:2px 2px 10px 0 rgba(0,0,0,.25);padding:30px}section.heroSupport .container .links .linkBox img{margin-right:30px}section.heroSupport .container .links .linkBox p{font-size:30px;margin:0;text-decoration:underline}section.heroSupport:before{background:var(--yellow50);content:"";height:calc(100% - 150px);position:absolute;width:100%;z-index:-1}@media(max-width:1200px){section.heroSupport .container .content h2{margin-bottom:10px}section.heroSupport .container .links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.heroSupport .container .links .linkBox{margin-top:20px;max-width:400px;width:100%}}