.seal-images {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .seal-images {
    flex-direction: row;
    gap: 0;
  }
}

.seal-images__image {
  display: block;
  flex-shrink: 0;
  height: 191px;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
}

.seal-images__image--first {
  width: 197px;
}

.seal-images__image--last {
  width: 193px;
}

@media screen and (min-width: 1024px) {
  .seal-images__image--last {
    width: 187px;
  }
}

.seal-images__line {
  background: #E0E0E0;
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 95%;
}

@media screen and (min-width: 1024px) {
  .seal-images__line {
    background: #028447;
    height: 100%;
    margin: 0 30px;
    min-height: 191px;
    width: 1px;
  }
}

.seal-images__description {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .seal-images__description {
    margin-left: 20px;
  }
}

.seal-images__description p {
  color: #000000;
  font-family: 'FuturaPTMedium', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

@media screen and (min-width: 1024px) {
  .seal-images__description p {

  }
}
