.dropdown-item {
  display: block;
  width: 100%;
  padding:
.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fefeff;
  text-align: inherit;
  white-space:
nowrap;
  background-color: #08abfb42;
  border:
0;
}


.page-header-services {
  height: 200px;
  margin-bottom: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../img/bg-banner.jpg);
    background-attachment: scroll, scroll;
  background-attachment: fixed;
}