:host {
  display: block;
}

.box-wrapper {
  display: flex;
  padding: 36px 16px;
  background-color: #006a6a;
}

.box-container {
  display: flex;
  flex-direction: column;
  color: #ffffff;

  & + .box-container {
    margin-left: 30px;
  }
}

.box {
  width: 150px;
  height: 150px;
  padding: 16px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 30px;
  line-height: 150px;
  text-align: center;

  &-name {
    margin-top: 8px;
  }

  &-detail {
    color: #6ff7f6;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.25px;
  }
}
