.positions {
  /* width: 280px; */
  width: 100%;
}

.positions-top {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #0050b3;
  position: relative;
}

.positions-top::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #225cb7;
}

.about::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #0050b3;
}

.about {
  border-bottom: 1px solid #0050b3;
  padding-bottom: 11px;
}
.positions-top-bg {
  width: 30px;
  height: 30px;
  background-color: #00366f;
}
.positions-top h1 {
  color: #0d5fc2;
  font-size: 29px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.positions-bottom {
  margin-top: 4px;
}

.positions-bottom ul {
  /* padding-left: 20px;
  background-color: #0d5fc2; */
}
.positions-bottom ul li {
  background-color: #e7f3fa;
  border-bottom: 1px #cae3ed solid;
}
.positions-bottom ul li:hover {
  background-color: #e0eeff;
}

.positions-bottom ul li:hover a {
  color: #0d5fc2;
}

.positions-bottom ul li a {
  display: block;
  padding: 20px 20px 15px 30px;
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  position: relative;
  text-decoration: none;
  font-family: Arial;
}
.actives {
  background-color: #225cb7 !important;
  color: #0d5fc2 !important;
}
.actives a {
  color: #fff !important;
}
