.image-text-grid {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.it-grid-image img {
  width: 150px;
  height: auto;
}

.it-grid-image-landscape img {
  width: auto;
  height: 150px;
}

.it-grid-text {
  flex-grow: 2;
}

.it-grid-text p:first-of-type, .it-grid-text h2:first-of-type, .it-grid-text h3:first-of-type, .it-grid-text h4:first-of-type {
  margin-top: 0px;
}

.icon-text-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap:  20px 40px;
  justify-content: space-between;
}

.icon-text-grid-item {
  display: flex;
  gap: 10px;
}

.icon-text-grid-item img {
  width: 100px;
  height: 100px;
}

.icon-text-grid-item div {
  max-width: 400px;
}

.icon-text-grid-item h4 {
  margin:  6px 0px;
}

.icon-text-grid-item P:first-of-type {
  margin-top: 0px;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.help-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.help-grid-first-column {
  flex-shrink: 1;
  width: 64%;
  min-width: 525px;
}

.help-grid-second-column {
  flex-shrink: 0;
  width: 32%;
}

.nav-grid-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.nav-grid-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 320px;
  width: 320px;
}

.nav-grid-item a {
  display: inline-block;
  font-weight: bold;
}

.nav-grid-item a img {
  text-decoration: none;
}

.nav-grid-item a img {
  height: 100px;
  width: auto;
}

.narrow-icon-text-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap:  20px 40px;
  justify-content: space-between;
}

.narrow-icon-text-grid-item {
  display: flex;
  gap: 10px;
  min-width: 300px;
  align-items: center;
}

.narrow-icon-text-grid-item img {
  width: 80px;
  height: 80px;
}

.narrow-icon-text-grid-item div {
  max-width: 400px;
}

.narrow-icon-text-grid-item h4 {
  margin:  6px 0px;
}

.narrow-icon-text-grid-item P:first-of-type {
  margin-top: 0px;
}

@media screen and (max-width: 958px) {
  .help-grid-first-column, .help-grid-second-column {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 565px) {

  .nav-grid-wrapper {
    gap: 2px;
  }

  .nav-grid-item a img {
    height: 40px;
  }

}

