body{background-color:#fff;font-size:16px;text-align:center}img{width:100%}img,video{height:auto;margin-bottom:2rem;max-width:100%}video{width:90%}.container{display:flex;flex-wrap:wrap;justify-content:space-between}.column,.container{background-color:#09202d;padding:20px}.column{box-sizing:border-box;color:#fff;font-family:Quicksand;font-size:14px;margin-bottom:30px;width:calc(25% - 20px)}@media only screen and (max-width:768px){.column{width:calc(50% - 20px)}}@media only screen and (max-width:480px){.column{width:calc(100% - 20px)}}.button{background-color:#93d400;border:none;border-radius:0;color:#fff;font-family:quicksand;min-height:30px;min-width:200px;padding:15px;transition-duration:.4s}.button:hover{background-color:#a9dd33;color:#fff}