.logo {
  width: 150px;
}

.flag-pointer {
  cursor: pointer;
  display: flex;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between;
}

.english-lang {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  content: "";
  display: block;
  width: 43px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;

  background-image: url("../images/flag_en.png");
}

.french-lang {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  content: "";
  display: block;
  width: 43px;
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  background-image: url("../images/flag_fr.png");
}
.servicecontainer {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.col-lg-4 {
  border-radius: 3px;
  width: 300px;
  height: 400px;
  margin: auto;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  margin-top: 10px;
}

.col-lg-4:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 667px) {
  .online {
    display: none;
    height: 0px;
  }
  .online-img {
    width: 50px;
  }

  .android-img {
    height: 40px;
  }
  .appstore-img {
    height: 40px;
  }
}

/*
.image-container .text-center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 3px 10px rgba(200, 183, 183, 0.8);
  border: none;
  outline: none;
  text-align: center;
  margin-top: 10px;
}
*/

.image-container .text-center {
  bottom: 0;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 3px 10px rgba(200, 183, 183, 0.8);
  text-align: center;
}

.image-container .text-center a {
  color: black;
  text-decoration: none;
}
