.news-item {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #d4d5d5;
  padding: 20px;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 992px) {
  .news-item {
    border-radius: 16px;
    padding: 40px;
    margin-top: 48px;
  }
}

.news-item .news-item__header {}

.news-item .news-item__body {}

@media (min-width: 992px) {
  .news-item .news-item__body {
    width: 80%;
  }
}

.news-item[aria-expanded=false] .news-item__body {
  display: none;
}

.news-item[aria-expanded=false] .bi-chevron-up {
  display: none;
}

.news-item[aria-expanded=true] .bi-chevron-down {
  display: none;
}

.news-item__toggle {
  border: solid 1px #014c87;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  background: #fff;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (min-width: 992px) {
  .news-item__toggle {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}

.news-item__date {
  color: #014c87;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 992px) {
  .news-item__date {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.news-item__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3rem;
  color: #000;
  margin: .5em 0 0;
}

@media (min-width: 992px) {
  .news-item__title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.news-item__title>a {
  color: #000;
  text-decoration: none;
}

.news-item__title>a:hover {
  text-decoration: none;
  color: #014c87;
}

@media (min-width: 992px) {
  .news-item__title {
    width: 80%;
  }
}

.news-item__contact {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .news-item__contact {
    margin-top: 60px;
  }
}

.o-job__lower {
  color: rgb(1, 76, 135);
}

.news-item__header p {
  margin: 0px;
  color: rgb(1, 76, 135);
}


.fo-staticpage ul:not(.list-unstyled) {
  list-style: none;
  padding-left: 0;
}

.fo-staticpage ul:not(.list-unstyled)>li {
  position: relative;
  padding-left: 2.6rem;
}

@media (min-width: 992px) {
  .fo-staticpage ul:not(.list-unstyled)>li {
    padding-left: 34px;
  }
}

.fo-staticpage ul:not(.list-unstyled)>li::before {
  color: #014c87;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: .1em;
  font-family: fobig-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@media (min-width: 992px) {
  .fo-staticpage ul:not(.list-unstyled)>li::before {
    font-size: 24px;
    top: .05em;
  }
}


.fo-block-content ul:not(.list-unstyled) {
  list-style: none;
  padding-left: 0;
}

.fo-block-content ul:not(.list-unstyled)>li {
  position: relative;
  padding-left: 2.6rem;
}

@media (min-width: 992px) {
  .fo-staticpage ul:not(.list-unstyled)>li {
    padding-left: 34px;
  }
}

.fo-block-content ul:not(.list-unstyled)>li::before {
  color: #014c87;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: .1em;
  font-family: fobig-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@media (min-width: 992px) {
  .fo-block-content ul:not(.list-unstyled)>li::before {
    font-size: 24px;
    top: .05em;
  }
}
