.board-container {
}

.board-container-top {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

.board-description {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.board-details {
  margin-top: 20px;
}

.board-subtitle {
  margin-top: 10px;
}

.board-list-item .getting-started {
}

.board-list-item img {
  margin-right: 14px;
}

.board-list {
  list-style: none;
  padding: 0px;
  margin-top: 20px;
}

.board-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.board-list a {
  color: green;
}

.board-list-item .arrow {
  margin-left: 10px;
  fill: rgba(16, 126, 12, 0.86);
}

.description-section {
  margin-top: 20px;
}

.description-flexible {
  background-color: rgb(254, 255, 69);
}

.description-reliable {
  background-color: rgb(115, 190, 56);
}

.description-easy {
  background-color: rgb(103, 183, 215);
}

.description-fast {
  background-color: rgb(88, 67, 124);
  color: white;
}

.description-section-row {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .desc-left {
    padding-right: 20px;
    margin-left: auto;
  }
  .desc-right {
    padding-left: 20px;
    margin-right: auto;
  }
}

.desc-inside {
  max-width: 450px;
}

.description-box {
  padding-top: 14px;
  height: 200px;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}

.title-flexible {
  background-color: rgb(254, 255, 69);
}

.title-reliable {
  background-color: rgb(115, 190, 56);
}

.title-easy {
  background-color: rgb(103, 183, 215);
}

.title-fast {
  background-color: rgb(88, 67, 124);
  color: white;
}

img.board-pic {
  width: 100%;
}
