.btn-custom {
  border: none !important;
  margin: 0;
  margin-top: 10px;
  padding: 0 !important;
  width: auto;
  overflow: visible;
  border-bottom: 1px solid grey;
  background: transparent;
  width: 100%;
  position: relative;

  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;

  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;

  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
.btn-custom:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 25px;
}
.btn-custom.collapsed:after {
  top: 20px;
  rotate: 180deg;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
}
.btn-custom h3 {
  padding-bottom: 0px;
  width: 100%;
  display: block;
  text-align: left;
}
.border-custom {
  border-bottom: 1px solid lightgrey;
  width: 100%;
  height: 1px;
  margin: 8px 0px;
}
.collapsed {
}
.border-bottom {
}

.list-custom {
  list-style-type: none;
  padding-left: 0;
}

.margin-top {
  margin-top: 30px;
}

.mt-8 {
  margin-top: 50px;
}

.list-custom li {
  padding: 5px 0;
  list-style-type: disc;
  list-style-position: inside;
}

body,
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6 !important;
  font-family: "Roboto", sans-serif;
}
