div.block-industries-archive {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  div.block-industries-archive {
    flex-direction: column-reverse !important;
    gap: 40px;
  }
}
div.block-industries-archive.left {
  flex-direction: row-reverse;
}
div.block-industries-archive + .block-industries-archive {
  margin-top: 96px;
}
div.block-industries-archive * {
  box-sizing: border-box;
}
div.block-industries-archive .thumbnail {
  width: 50%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  div.block-industries-archive .thumbnail {
    width: 100%;
    height: 400px;
  }
}
div.block-industries-archive .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
div.block-industries-archive .content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  div.block-industries-archive .content {
    width: 100%;
  }
}
div.block-industries-archive .content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 0px;
}
div.block-industries-archive .content .uses-case {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
div.block-industries-archive .content .use-case a {
  display: block;
  background: white;
  padding: 32px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.block-industries-archive .content .use-case a .title {
  color: var(--wp--preset--color--text);
  font-weight: 500;
  font-size: 24px;
  font-family: var(--wp--preset--font-family--title);
}
div.block-industries-archive .content .use-case a .excerpt {
  opacity: 0.7;
  margin-top: var(--wp--preset--spacing--s);
  font-weight: 300;
  color: #3F3F46;
}
div.block-industries-archive .content .use-case a button {
  background-color: var(--wp--preset--color--primary);
  padding: 8px 12px;
  width: 72px;
  height: 48px;
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
div.block-industries-archive .content .wp-block-buttons {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  div.block-industries-archive .content .wp-block-buttons {
    margin-top: 0px;
    width: 100%;
  }
  div.block-industries-archive .content .wp-block-buttons .wp-element-button, div.block-industries-archive .content .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}