.banner-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
}

.oracle-box {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 14px;
  border: 1px solid #fff;
  flex: 1 0 20%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
}

.oracle-box:first-child {
  flex: 1 1 20% 50%;
}

.oracle-box.large {
  flex: 1 0 60%;
}

.oracle-box.wide {
  flex: 1 0 100%;
}

.oracle-text {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
}

.oracle-home-logo {
  position: absolute;
  left: 10px;
  top: 6px;
}

@media screen and (min-width: 768px) {
  .oracle-boreder-top {
    border-top: none;
  }

  .oracle-boreder-left {
    border-left: none;
  }

  .oracle-boreder-right {
    border-right: none;
  }
}

@media (min-width: 1140px) and (max-width: 1360px) {
  .oracle-home-logo {
    top: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .oracle-box {
    flex: 1 1 52%;
  }

  .box.large,
  .box.wide {
    flex: 1 0 100%;
  }
}

@media (min-width: 769px) and (max-width: 933px) {
  .oracle-home-logo {
    top: 20px !important;
  }
}

.a-text-white {
  color: #fff;
}

.a-text-white:hover,
.a-text-white:active,
.a-text-white:focus {
  color: #c74634;
}
