.outerwrapper *,
.outerwrapper *::before,
.outerwrapper *::after {
  box-sizing: border-box;
}
.outerwrapper .card-group {
  margin-top: 20px;
}
.outerwrapper .cards_item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 100px) {
  .outerwrapper .cards_item {
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .outerwrapper .cards_item {
    width: 33.3333%;
  }
}
@media (min-width: 1800px) {
  .outerwrapper .cards_item {
    width: 25%;
  }
}

.outerwrapper {
  display: flex;
  flex-direction: row;
  width: 100vw;
  padding: 0 5vw;
}
.outerwrapper .sidebar {
  width: calc(20% - 10px);
  border-right: 1px solid grey;
  margin-right: 20px;
}
.outerwrapper .sidebar h2 {
  font-size: 2em;
  font-family: Test Tiempos Headline;
}
.outerwrapper .row {
  width: calc(80% - 10px);
}
.outerwrapper .col {
  width: 350px;
}
.outerwrapper .card {
  background-color: #272727;
  color: #FCFBF6;
  margin-bottom: 20px !important;
}
.outerwrapper .card .card-body {
  padding: 20px 10px 10px 10px;
}
.outerwrapper .card img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 20vw;
}
.outerwrapper .card p {
  height: auto;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.outerwrapper .card .hori {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.outerwrapper .card .hori h5 {
  margin-right: 10px;
  font-family: "Test Tiempos Fine Black", serif;
  height: 100%;
  font-size: 24px;
}
.outerwrapper .card .hori h4 {
  font-size: 24px;
}
.outerwrapper .card .stuff {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
.outerwrapper .circle {
  background-color: #272727;
  color: #FCFBF6;
  border-top-left-radius: 350px;
  border-top-right-radius: 350px;
}
.outerwrapper .circle img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  border-top-left-radius: 350px;
  border-top-right-radius: 350px;
}
.outerwrapper .team {
  background-color: #272727;
  color: #FCFBF6;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px !important;
}
.outerwrapper .team img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 225px;
  max-height: 225px;
  border-top-right-radius: 0;
}
.outerwrapper .team p {
  height: auto;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.outerwrapper .team .hori {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.outerwrapper .team .hori h5 {
  margin-right: 10px;
  font-family: "Test Tiempos Fine Black", serif;
  height: 100%;
  font-size: 24px;
}
.outerwrapper .team .hori h4 {
  font-size: 24px;
}
.outerwrapper .team .stuff {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.outerwrapper .card-block {
  height: -moz-max-content;
  height: max-content;
}

/*# sourceMappingURL=browse_ideas.css.map */