body.page-template-agritechnica-template .wrap {
  margin: 0 auto;
  max-width: 1440px;
}

body.page-template-agritechnica-template .at-hero {
  align-items: center;
  display: flex;
  height: 750px;
  margin-top: 20px;
  position: relative;
}

body.page-template-agritechnica-template .at-hero > img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

body.page-template-agritechnica-template .at-hero > h1 {
  color: #fff;
  font-size: 6em;
  /* left: 1.1em; */
  line-height: 0.9;
  padding-left: 1.1em;
  /* position: absolute; */
  text-transform: uppercase;
  /* top: 220px; */
  z-index: 2;
}

body.page-template-agritechnica-template p:not(footer p):not(section.c-form p) {
  font-size: 1.5em; 
  line-height: 1.4;
  margin: 0 0 1.5em 0;
}

body.page-template-agritechnica-template p:last-child:not(footer p):not(section.c-form p) {
  margin-bottom: 0;
}

body.page-template-agritechnica-template h2 {
  color: #005eb8;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

body.page-template-agritechnica-template h3 {
  color: #005eb8;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.2em;
  padding-bottom: 0;
}

body.page-template-agritechnica-template p + h2 {
  padding-top: 1.5em;
}

body.page-template-agritechnica-template section.at-one-col {
  padding: 6em 0;
  text-align: center;
}

body.page-template-agritechnica-template section.at-one-col .wrap {
  max-width: 1000px;
}

body.page-template-agritechnica-template .at-two-col .at-col-wrap {
  align-items: center;
  display: flex;
}

body.page-template-agritechnica-template .at-two-col .at-col-wrap-col-1 {
  display: block;
}

body.page-template-agritechnica-template .at-col-2:first-child {
  width: 60%;
}

body.page-template-agritechnica-template .at-col-2:first-child > img {
  width: 100%;
}

body.page-template-agritechnica-template .at-col-2:last-child {
  box-sizing: border-box;
  padding-left: 5em;
  width: 40%;
}

body.page-template-agritechnica-template .at-references.at-two-col .at-col-wrap {
  align-items: normal;
}

body.page-template-agritechnica-template .at-references .at-col-2:first-child,
body.page-template-agritechnica-template .at-references .at-col-2:last-child {
  /* flex-grow: 1; */
  padding: 0;
  width: 50%;
}

body.page-template-agritechnica-template .at-references .at-col-2:first-child {
  padding: 3em;
}

body.page-template-agritechnica-template .at-references .at-col-2:first-child p {
  font-size: 1.3em;
}

body.page-template-agritechnica-template .at-references .at-col-2:last-child > img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

body.page-template-agritechnica-template .at-references .at-col-2 h2 {
  font-size: 3em;
  margin-bottom: 1em;
}

body.page-template-agritechnica-template .at-references .at-col-wrap:nth-child(odd) .at-col-2:first-child {
  order: 2;
}

body.page-template-agritechnica-template .at-references .at-col-wrap:nth-child(odd) .at-col-2:last-child {
  order: 1;
}

body.page-template-agritechnica-template footer p {
  font-size: 1em;
}

body.page-template-agritechnica-template a {
  color: #005eb8;
}

body.page-template-agritechnica-template section.c-form h2 {
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1640px) {
  body.page-template-agritechnica-template .wrap {
    max-width: calc(100% - 200px);
  }

  body.page-template-agritechnica-template .at-two-col .wrap {
    max-width: calc(100% - 100px);
  }

  body.page-template-agritechnica-template .at-references .wrap {
    max-width: 100%;
  }
}

/* 1640 */

@media only screen and (max-width: 1200px) {
  body.page-template-agritechnica-template section.at-one-col .wrap {
    max-width: calc(100% - 200px);
  }

  body.page-template-agritechnica-template .at-hero > h1 {
    padding-left: 0.4em;
  }
}

/* 1200 */

@media only screen and (max-width: 1100px) {
  body.page-template-agritechnica-template .at-hero {
    margin-top: 0;
  }

  body.page-template-agritechnica-template .at-hero > h1 {
    font-size: 5em;
  }

  body.page-template-agritechnica-template .at-hero {
    height: 700px;
  }

  body.page-template-agritechnica-template h2 {
    font-size: 3em;
  }

  body.page-template-agritechnica-template .at-references .at-col-2 h2 {
    font-size: 2.8em;
  }

  body.page-template-agritechnica-template p:not(section.c-form p) {
    font-size: 1.3em;
    line-height: 1.3;
  }

  body.page-template-agritechnica-template footer p {
    font-size: 1em;
  }
}

/* 1100 */

@media only screen and (max-width: 1000px) {
  body.page-template-agritechnica-template .at-two-col .at-col-wrap {
    display: block;
  }

  body.page-template-agritechnica-template .at-col-2 {
    padding: 0;
    width: 100% !important;
  }

  body.page-template-agritechnica-template .at-col-2:last-child {
    padding: 1.5em 0 0 0;
  }

  body.page-template-agritechnica-template .wrap,
  body.page-template-agritechnica-template section.at-one-col .wrap {
    max-width: calc(100% - 100px);
  }

  body.page-template-agritechnica-template .at-col-2 > img {
    width: 100%;
  }

  body.page-template-agritechnica-template p:not(footer p):not(section.c-form p) {
    font-size: 1.1875em;;
    line-height: 1.2;
  }

  body.page-template-agritechnica-template h2:last-child {
    margin-bottom: 0.5em;
  }
}

/* 1000 */

@media only screen and (max-width: 900px) {
  body.page-template-agritechnica-template .at-hero {
    height: 80vw;
    /* object-position: top right; */
  }

  body.page-template-agritechnica-template .at-hero > h1 {
    font-size: 4em;
  }

  /* body.page-template-agritechnica-template .at-hero > h1 {
    top: 100px;
  } */
}

/* 900 */

@media only screen and (max-width: 800px) {
  body.page-template-agritechnica-template .wrap,
  body.page-template-agritechnica-template .at-two-col .wrap,
  body.page-template-agritechnica-template section.at-one-col .wrap {
    max-width: calc(100% - 40px);
  }

  body.page-template-agritechnica-template .at-references .at-col-2:first-child {
    padding: 3em 0 1em 0;
  }

  body.page-template-agritechnica-template section.at-one-col {
    padding: 3em 0;
  }

  body.page-template-agritechnica-template .at-references .at-col-2 h2 {
    margin-bottom: 0.4em;
  }

  .hide-mobile {
    display: none;
  }
}

/* 800 */

@media only screen and (max-width: 500px) {
  body.page-template-agritechnica-template .at-hero > h1 {
    font-size: 3em;
  }

  body.page-template-agritechnica-template h2 {
    font-size: 2em;
  }

  body.page-template-agritechnica-template .at-references .at-col-2 h2,
  body.page-template-agritechnica-template h3 {
    font-size: 1.8em;
  }
}

/* 500 */

@media only screen and (max-width: 400px) {
  body.page-template-agritechnica-template .at-hero > h1 {
    font-size: 2em;
    /* top: 50px; */
  }

  body.page-template-agritechnica-template h2 {
    font-size: 1.8em;
  }
  
  /* body.page-template-agritechnica-template .at-references .at-col-2 h2 {
    font-size: 1.5em;
  } */

  body.page-template-agritechnica-template h3 {
    font-size: 1.3em;
  }
}

/* 400 */