/* CSS Document */
/* CSS Document */
/* CSS Document */
main .content {
  padding: 0;
}

.section1 {
  padding: 2rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/custom/tractor-banner.jpg");
  padding-top: 4em;
  padding-bottom: 15em;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section1 .title1, .section1 .title2 {
  display: block;
  color: #FFF;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}
.section1 .title1 {
  font-size: 3em;
}
.section1 .title2 {
  font-size: 1.5em;
}
.section1 .title2 .accent {
  color: #EDCB58;
}
.section1 .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
}
.section1 .buttons a {
  color: #FFF;
  padding: 0.5em 4rem;
  font-size: 1em;
}
@media (max-width: 800px) {
  .section1 {
    padding-bottom: 4em;
    background-position: left;
  }
}

.section2 {
  padding: 2rem 0;
  background: #F6F7F6;
  padding-bottom: 3em;
}
.section2 .header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.section2 .header .spacer {
  height: 2px;
  background: rgb(205.5, 211, 205.5);
  flex-grow: 1;
}
.section2 .header h2 {
  padding: 0 1rem;
  font-weight: bold;
  font-size: 2em;
}
.section2 .steps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  margin-top: 1em;
}
.section2 .steps .item {
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  text-align: center;
  background: #FFF;
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(232.5, 235, 232.5);
  padding: 1em;
  position: relative;
  min-width: 252px;
}
.section2 .steps .item .number {
  position: absolute;
  left: 0.5rem;
  top: 0rem;
  font-size: 1.75em;
  font-weight: bold;
}
.section2 .steps .item img {
  height: 75px;
}
.section2 .steps .item .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1rem;
}
.section2 .steps .item .detail {
  font-size: 1em;
  color: #797979;
}
@media (max-width: 1040px) {
  .section2 .steps .item {
    min-width: 50%;
  }
}
@media (max-width: 600px) {
  .section2 .header h2 {
    font-size: 1.25em;
  }
  .section2 .steps .item {
    min-width: 100%;
  }
}

.section3 {
  padding: 2rem 0;
  background: #FFF;
}
.section3 .types {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 1em;
}
.section3 .types .item {
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  background: #244337;
  color: #FFF;
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 275px;
}
.section3 .types .item img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .types .item .title {
  font-weight: bold;
  font-size: 1.25em;
  display: block;
}
.section3 .types .item .details {
  padding: 1em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.section3 .types .item .details .detail {
  margin: 0.5em 0;
  margin-bottom: 1em;
  display: block;
  flex-grow: 1;
}
.section3 .types .item a {
  display: block;
  padding: 0.25em 0;
  margin-top: 0.5em;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.section3 .portal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 2em;
}
.section3 .portal .title1 {
  display: block;
  font-size: clamp(1.5em, 3vw, 3em);
}
.section3 .portal p {
  font-size: clamp(0.9em, 1.5vw, 1.5em);
}
.section3 .portal .button {
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
}
@media (max-width: 800px) {
  .section3 .portal .title1, .section3 .portal p {
    text-align: center;
  }
  .section3 .portal .button {
    margin-top: 1em;
  }
}
