body {
  position: relative;
}

#smallPill {
  position: absolute;
  width: 23px;
  height: 9px;
  left: 13px;
  top: 7px;
  background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
  border-radius: 4.5px;
}

.newsFeedBrand {
  font-weight: 600;
  letter-spacing: 2px;
  color: #292b2e;
}

.line {
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0px;
  top: 52px;
  border: 1px solid darkgray;
}

.headerText {
  line-height: 32px;
  margin-top: 3rem;
  margin-left: 0.8rem;
  color: #252b42;
}

.paraText {
  font-size: 18px;
  line-height: 28px;
  margin-left: 0.8rem;
  color: #858585;
}

.card > a {
  text-decoration: none;
  color: black;
}

.card > a:hover {
  text-decoration: none;
  color: black;
}

img {
  height: 50vh;
  object-fit: cover;
}

#point {
  padding: 3px;
  position: relative;
  bottom: 4px;
  background-color: #6c757d;
  border: none;
  border-radius: 50%;
}

.accordion-item {
  background-color: #fff;
  border: none !important;
}

.accordion-body {
  padding-left: 0 !important;
}

.accordion-button:not(.collapsed) {
  color: #737373 !important;
  background-color: #e7f1ff !important;
  box-shadow: none !important;
  background-color: #fff !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); */
  box-shadow: 0 0 0 !important;
}

.accordion-button {
  font-weight: bold;
  padding-left: 0 !important;
}

.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0;
  margin-right: 0.5rem;
  content: "";
  font-family: "Monteserrat";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.5s ease-in-out;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  border-color: #fff !important;
  border: none !important;
  box-shadow: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}
