:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-download__columns {
  margin: 0 !important;
}
.a-download {
  padding: 0 !important;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .a-download {
    padding: 132px 0 48px !important;
  }
}

.a-pilot-request-cards {
  margin-top: 64px;
  margin-bottom: 64px;
}

.a-pilot-request {
  text-align: center;
  background-color: #f3fbff;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .a-pilot-request {
    margin-top: 120px;
  }
}
.a-pilot-request button {
  margin: 32px 0;
}
.a-pilot-request__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (min-width: 1025px) {
  .a-pilot-request__icons {
    display: grid;
    grid-template-columns: repeat(5, 180px);
    justify-content: center;
  }
}
.a-pilot-request__icon {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 0 12px;
}
.a-pilot-request__icon img {
  min-height: 90px;
}
@media only screen and (min-width: 1025px) {
  .a-pilot-request__icon {
    margin: 0;
  }
}
.a-pilot-request__icon-text {
  font-weight: 600;
  line-height: 3.75rem;
}