.services{
  justify-content:end;
}

.offers{
  background-color: rgb(9, 48, 78);
  color: white;
  font-size: 25px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.coverImg{
  height: 100vh;
  width: 100vw;
  background-image: url(images/profile.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(13, 68, 109);
  /* color: #161515;
  opacity: .5;  */
  background-blend-mode: multiply;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading{
  color: white;
  margin-left: 10%;
}

.grids{
  z-index: 2;
  height: 35vh;
  width: 20vw;
  margin-top: 3%;
  margin-right: 3%;
  margin-left: 3%;
  background-color: white;
  align-items:end;
}

.grids:hover{
  z-index: 2;
  background-color: rgb(3, 28, 48);
  color: white;
}