.wrapper-main-top,
.wrapper-main-top-learn-more {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.wrapper-main-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
}

.broadcard-wrap-top {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.broadcard-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.broadcard-hover-text {
  color: var(--primary-color);
}

@media screen and (max-width: 800px) {
  .wrapper-main-top {
    display: none;
  }
}
