.dropdown-menu {
    min-width: 260px;
}
.dropdown-item {
    font-size: 1.2rem;
    padding: 0.9rem 1.6rem;
}
.dropdown-item:hover {
    background-color: #e67e22;
}


.social-icons img {
  transition: 0.2s ease;
}
.social-icons a:hover img {
  transform: scale(1.2);
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.project-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}