body {
  background: white;
}

.top-div h1 {
  margin: 45px auto;
  padding: 0;
  letter-spacing: 1.3px;
  color: #063859;
  font-size: 44px;
  font-weight: 500;
}

.top-div .top-img .deco {
  background-image: url("/images/services/top-img.png");
  margin-bottom: 10px;
  padding-bottom: 0;
  width: 75%;
  height: 494px;
  overflow: hidden;
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.top-div .top-img .txt {
  position: static;
  width: 25%;
  height: 494px;
  background: #838687;
  bottom: 17px;
  left: 17px;
  right: 17px;
  margin-left: 0;
  padding: 15px 17px;
  line-height: 31.153846px;
  letter-spacing: 0.65px;
  font-size: 18px;
  color: white;
}

.top-div .top-img .txt .content p {
  margin: 100px auto;
}

.top-div .box-con .pharmacy-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 290px;
  min-width: 372px;
  padding: 51px 17px;
  border-radius: 4px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}

.carousel .carousel-inner .carousel-item .img-green img {
  width: 460px;
  height: 400px;
}

.nos-services {
  background: #F5F5F5;
  min-height: 386px;
}

.nos-services h2 {
  padding: 35px 0px 20px;
  color: #063859;
  font-size: 35px;
}

.nos-services #carousel2 .carousel-inner .carousel-item img {
  width: 60%;
}

.nos-services #carousel2 .carousel-inner .carousel-item h4 {
  font-weight: 100;
}

.nos-specialties {
  background: #F5F5F5;
}

.nos-specialties h2 {
  padding: 35px 0px 20px;
  color: #063859;
  font-size: 35px;
}

.nos-specialties h3 {
  font-size: 19.8px;
}

.nos-specialties p {
  font-family: "brandongrotesque", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.nos-specialties #carousel3 .carousel-inner {
  min-height: 780px !important;
}

.notre-equip h2 {
  padding: 35px 0 50px;
  color: #063859;
  font-size: 35px;
}

.notre-equip h3,
.notre-equip h4 {
  color: #19d5c5;
}

.notre-equip .teams h3 {
  min-height: 70px;
}

.notre-equip .teams h4 {
  min-height: 40px;
}

.notre-equip .teams p {
  font-size: 20px;
}

.notre-equip #carousel4 .carousel-inner {
  min-height: 270px !important;
}

.informations {
  background: #F5F5F5;
}

.informations h2 {
  padding: 35px 0px 20px;
  color: #063859;
  font-size: 35px;
}

.informations p {
  font-size: 18px;
}

.informations .icons {
  font-size: 40px;
}

.informations .txt-color {
  color: #19d5c5;
}

@media (max-width: 600px) {
  .top-div .top-img .deco {
    margin-bottom: 0;
    width: 100%;
    height: 494px;
    background-position: 50% 95%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .top-div .top-img .txt {
    width: 100%;
    height: 310px;
  }

  .top-div .top-img .txt .content p {
    margin: 20px;
  }
}

@media (max-width: 991px) and (min-width: 601px) {
  .top-div .top-img .deco {
    width: 100%;
  }

  .top-div .top-img .txt {
    width: 100%;
    height: 0;
  }
}

