.bootstrap-scope {
  all: revert;
}

.bootstrap-scope * {
  all: revert;
}

#product-range {
  padding-top: 30px;
  padding-bottom: 50px;
  color: #555 !important;
}
#product-range a {
  text-decoration: none;
}
#product-range a:hover {
  text-decoration: underline;
}
#product-range .btn {
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #3d8d59 !important;
}

#flowers {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #555 !important;
}
#flowers img {
  width: 100%;
  padding-left: 50px;
}
#flowers .container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

#media-management {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #555 !important;
  flex-direction: row;
}

.profile-pic {
  margin-top: 25px;
}
.profile-pic .img-box img {
  /* filter: grayscale(1); */
  height: 200px;
  /* padding-left: 198px; */
}
.profile-pic .img-box img:hover {
  filter: grayscale(0);
  cursor: pointer;
  /* transform: scale(1.35); */
}
.profile-pic h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  color: #3d8d59 !important;
}
.profile-pic h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 1309px) {
  #flowers .container-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  #flowers img {
    width: 500px;
  }
}
