
.library-fieldset {
  border-radius: 20px;
  border: #F6A615 2px solid;
  margin-bottom: 50px;
}

.library-legend {
  color: #F6A615;
  font-weight: 700;
  padding: 0px 20px;
}

.library-one {
  transition: 0.3s;
  flex: 1 1 0px;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #F6A615;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
  &:hover {
    background-color: #774f06;
  }
}

.library-description {
  color: white;
  font-size: 8px;
  line-height: 13px;
  font-weight: 400;
}

