.griddeviceexplorer .div-block-93 .image-69 {
  margin-left: 0;
}

.device-explorer-gateway-reference {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #334155;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

.device-explorer-gateway-reference strong {
  color: #066e8b;
  font-family: "Days One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.device-explorer-gateway-reference__link {
  color: #0793b4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.device-explorer-gateway-reference__link:focus-visible {
  outline: 3px solid rgba(7, 147, 180, 0.38);
  outline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .device-explorer-gateway-reference {
    max-width: none;
    align-items: center;
    text-align: center;
  }
}
