.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top:31%;
}

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #f8d5bb;
  font-weight: bold;
  transition: background ease 0.2s;
  /* box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6); */
  font-family: 'Gilmer Bold';
    font-size: 20px;
    letter-spacing: 1px;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  /* box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.6); */
  height: 410px;
}

.tabs input[type=radio] {
  display: none;
}

.tabs input[type=radio]:checked + label {
  background: #c96538;
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
}
.cardo-description
{
	font-family: 'Gilmer Medium';
    letter-spacing: 1px;
    font-size: 18px;
}

@media (max-width: 45em) {
  .tabs .tab,
.tabs label {
    order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}


ul.about {
    list-style: none;
    color: black;
	padding: 0;
}
li.about-items {
    margin: 10px;
    font-size: 0.9rem;
    /* font-family: sans-serif; */
    /* font-weight: 400; */
}



li.about-items i {
color:#607d8b;
}
span.about-item-name {
    width: 205px;
    display: inline-flex;
	    /* margin-left: 10px; */
		font-size: 18px;
    font-family: 'Gilmer Medium';
    letter-spacing: 1px;
}


span.about-item-detail {
    display: inline-flex;
    /* width: calc(100% - 180px); */
	font-size: 16px;
    font-family: 'Gilmer light';
    letter-spacing: 1px;
}
span.about-item-detail > button{
  margin-right: 10px;
}
.card-title {
    margin-bottom: 0.5rem;
    font-family: 'Gilmer Bold';
    font-size: 20px;
    letter-spacing: 1px;
}