.bg-menu {
			color: #00bfec;
			transition: all 0.25s ease-in-out;
		}
		
.bg-menu:hover {
			background: #00bfec;
			color: white;
		}
.col {
  height:100vh;
}

.img{
  max-width: 100%;
  object-fit: cover;
  height: calc(100vh - 35px);
}

.item:last-child {
  max-height:130px; /* set here your last-item height */
}

.title-color {
	color: #00bfec;
}
