body {
  font-family: 'Montserrat', sans-serif !important;
}

#icon {
  height: 9px;
  width: 27px;
  background-color: #e537b9;
  border-radius: 4.5px;
}

#brandCrio{
  letter-spacing: 2px;
}

.subtitle {
  font-weight: lighter;
}

#content-body{
  margin-top: 20px;
}

h5 {
    color:#858585;
}

h6 {
  color: #586069;
}

b{
  color: #737373;
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: white !important;
}

.card{
  border-radius: 0.4rem !important;
  overflow: hidden;
}

.linkToNewsPage {
  color: #292B2E !important;
  text-decoration: none;
}

img {
  transition: filter 0.5s ease;
}

img:hover {
  filter: brightness(50%);
}