@media screen and (min-width: 992px) {

.dropdown-menu {
    width: 35vw;
      }
}
.dropdown-menu a .d-flex {
    transition: all 0.4s;
}
.dropdown-menu .col-sm-6 a:hover .d-flex {
    background-color: #73BDF4;
    color: white;
}

.dropdown-menu .col-sm-6 a:hover .d-flex .text h5  {

    border-color: #73BDF4;
}

.search-bar {
    transition: width 0.3s ease-in-out;
    width: 40px;
}
.search-bar:focus {
    width: 250px;
}
