

#mainContent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    background: url(/assets/images/region-4/products/technology-products/precision-ag-technology/operations-center/mapbg.jpeg) center no-repeat;
    background-size: cover;
}

.opsHero .hero-title {
    grid-column: 1/13;
    grid-row:1/2;
    margin:0;
    font-family: "jd_sans_probold_condensed";
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
    background-color: #fff;
    padding: 0 0 10px 32px;
    white-space: nowrap;
}

.opsHero .hero-title .hero-title-emphasis {
    color: #367c2b;
    font-size: 98px;
    line-height: 72px;
    margin-left: -12px;
}

.opsHero .hero-content {
    grid-column: 1/6;
    grid-row: 2/4;
    padding: 16px 0 40px 32px;

}

.opsHero .hero-content .button2 {
  margin-right: 20px !important;
  background: transparent !important;
}

.opsHero .hero-content .button2:hover {
  background: rgb(54, 124, 43) !important;
}

.opsHero .hero-image {
    grid-column: 7/13;
    grid-row: 1/4;
    width: 700px;
    height: 450px;
    background-size: 850px;
    background-position: 90px;
    -ms-grid-column-align: end;
    justify-self: end;
    background: url(/assets/images/region-4/products/technology-products/precision-ag-technology/operations-center/computer.png) center no-repeat;
}

.opsHero .hero-text {
    list-style-type: none;
    margin: 20px 0 40px 0;
    padding: 0;
    font-size: 22px;
  	font-weight: 400;
}

.opsHero .hero-text li {
    padding-bottom: 20px;
}

.visually-hidden {
    position: absolute;
    left: -1000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/* ==== SMALLER SIZES ===== */

@media (max-width: 1345px) {
  .opsHero .hero-content {
    grid-column: 1/8;
    grid-row: 2/4;
    padding: 16px 0 40px 32px;

  }
  .opsHero .hero-image {
      grid-column: 8/13;
      grid-row: 2/4;
      width: 700px;
      height: 450px;
      background-size: cover !important;
      background-position: auto;
      background: url(/assets/images/region-4/products/technology-products/precision-ag-technology/operations-center/computer.png) center no-repeat;
  }
}
 
@media (max-width: 1100px) {
  .opsHero .hero-content {
    grid-column: 1/13;
    grid-row: 4/6;
    padding: 16px 0 40px 32px;

  }
  .opsHero .hero-image {
      grid-column: 1/13;
      grid-row: 2/4;
      width: 700px;
      height: 450px;
      background-size: cover !important;
      background-position: auto;
      background: url(/assets/images/region-4/products/technology-products/precision-ag-technology/operations-center/computer.png) center no-repeat;
  }
}

@media (max-width: 750px) {
  .opsHero .hero-title {
    padding: 0 0 10px 20px;
  }
  .opsHero .hero-title .hero-title-emphasis {
    color: #367c2b;
    font-size: 65px;
    line-height: 72px;
    margin-left: -12px;
  }
  .opsHero .hero-text {
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 18px;
  	font-weight: 400;
  }
  .opsHero .hero-content {
    grid-column: span 5;
    grid-row: 3/6;
    padding: 16px 0 40px 32px;
    margin: 0 0 0 -10px;

  }
  .opsHero .hero-image {
      grid-column: span 5;
      grid-row: 2/3;
      width: 600px;
      height: 350px;
      background-size: cover !important;
      background-position: auto;
      background: url(/assets/images/region-4/products/technology-products/precision-ag-technology/operations-center/computer.png) center no-repeat;
  }
}


@media (max-width: 500px) {
  .opsHero .hero-title {
    padding: 0 0 10px 20px;
  }
  .opsHero .hero-title .hero-title-emphasis {
    color: #367c2b;
    font-size: 45px;
    line-height: 72px;
    margin-left: -12px;
  }
  .opsHero .hero-text {
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 16px;
  	font-weight: 400;
  }
  .opsHero .hero-content {
    grid-column: span 3;
    grid-row: 3/6;
    padding: 16px 0 40px 32px;
    margin: 0 0 0 -10px;

  }
  .opsHero .hero-image {
      grid-column: span 3;
      grid-row: 2/3;
      width: 400px;
      height: 250px;
      background-size: cover !important;
      background-position: auto;
      background: url(/assets/images/region-4/products/technology-products/precision-ag-technology/operations-center/computer.png) center no-repeat;
  }
}


