.templatesSection {
  background-image: linear-gradient(0deg, #546E7A 0%, #37474F 100%); }
  .templatesSection-wrap {
    padding: 51px 0 60px; }
  .templatesSection-headers {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 33px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .templatesSection-button > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .templatesSection-importExport {
    margin-top: 53px; }
  .templatesSection-importExportItem {
    display: inline-block;
    width: 50%; }
  .templatesSection-image, .templatesSection-text {
    display: inline-block;
    vertical-align: top; }
  .templatesSection-text {
    max-width: 386px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .templatesSection-button {
    background-image: linear-gradient(-180deg, #90A4AE 0%, #78909C 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 51px auto 0 auto;
    text-align: center; }
  .templatesSection-buttonText {
    padding: 10px 12px; }

@media only screen and (max-width: 1020px) {
  .templatesSection-importExportItem {
    padding: 0 30px;
    box-sizing: border-box; }
  .templatesSection-image {
    width: 25%; }
  .templatesSection-text {
    max-width: 75%;
    padding: 0; } }
@media only screen and (max-width: 768px) {
  .templatesSection-headers {
    padding: 0 30px; }
  .templatesSection-importExportItem {
    display: block;
    width: 100%;
    padding: 0 0 30px 0; }
  .templatesSection-image, .templatesSection-image > img, .templatesSection-text {
    display: block;
    margin: 0 auto; }
  .templatesSection-text {
    margin-top: 25px;
    max-width: 90%;
    text-align: center; }
  .templatesSection-button {
    margin-top: 10px; } }
/*# sourceMappingURL=templates.css.map */