.dropdown-menu .dropdown-item {
  padding: 15px;
}

.ci {
  overflow: hidden;
  padding: 5px;

  width: 290px;
  height: 190px;
}

.ctus {
  background-color: #fff;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.zzz {
  border-left: 1px solid black;
}


.services {

  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  padding-bottom: 40px;
  padding-top: 40px;

  color: #00478d;
  font-weight: bold;

}


.cc {
  transition: ease-in-out 0.3s;
}

.cc:hover {

  border: 1.5px solid #00478d;
  box-shadow: 0px 0px 10px rgba(0, 71, 141, 0.8);
  transform: scale(1.02);
}