:root {
  --white: white;
  --plum: #ac85bc;
  --black: #333;
  --lime-green: #5ec830;
  --indigo: #512773;
  --dark-slate-blue: #044ea2;
  --goldenrod: #d09b2c;
  --midnight-blue: #036;
  --steel-blue: #008aab;
  --cornflower-blue: #60a5e2;
  --steel-blue-2: #0071bc;
  --light-sky-blue: #8bbde9;
}

h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  width: auto;
  min-width: 75%;
  border-bottom: 1px solid var(--plum);
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--plum);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

.button-no-arrow {
  color: var(--black);
  text-transform: uppercase;
  background-color: #ac85bc;
  padding: 15px 30px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.button-no-arrow:hover {
  background-color: var(--lime-green);
}

.blue-bg-blue {
  width: 100%;
  background-color: var(--indigo);
  padding: 0;
  display: flex;
  position: relative;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-center {
  text-align: center;
}

.service-wrapper-div {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bleph-section {
  max-height: none;
  min-height: 0;
  justify-content: space-between;
  display: flex;
}

.button-holder-body {
  align-items: center;
  display: flex;
}

.button-holder-body.marg {
  margin-top: 50px;
}

.service-holder-jm {
  width: 100%;
  height: 400px;
  justify-content: space-between;
  display: flex;
}

.service-holder-jm.top {
  margin-top: 50px;
}

.doc-name {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

.service-text-overlay-jm {
  z-index: 2;
  background-color: rgba(0, 0, 0, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.service-block-jm:hover .service-text-overlay-jm {
  opacity: 1;
}

.big-service-headline-jm {
  z-index: 1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .58);
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.service-photo-holder-jm {
  opacity: .7;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.service-block-jm {
  width: 33.33%;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-block-jm:hover {
  color: #fff;
}

.service-block-jm._2 {
  width: 50%;
}

.service-block-jm._1 {
  width: 50%;
  min-width: 50%;
}

.service-block-jm._3 {
  width: 50%;
}

.list-49 {
  padding-left: 20px;
}

.list-49._49 {
  width: 49%;
}

.list-100 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.service-text-overlay-jm-lash {
  z-index: 2;
  background-color: rgba(0, 0, 0, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2.5em;
  }

  .blue-bg-blue {
    width: 100%;
    padding: 0;
  }

  .bleph-section {
    max-height: none;
    min-height: 0;
  }

  .service-holder-jm {
    height: auto;
    flex-direction: column;
  }

  .doc-name {
    font-size: 2em;
  }

  .service-text-overlay-jm {
    background-color: rgba(0, 0, 0, .61);
    opacity: 1;
  }

  .big-service-headline-jm {
    display: none;
  }

  .service-block-jm._2 {
    width: 100%;
    min-height: 350px;
  }

  .service-block-jm._1 {
    width: 100%;
    min-height: 350px;
    min-width: 0;
  }

  .service-block-jm._3 {
    width: 100%;
    min-height: 350px;
  }

  .service-text-overlay-jm-lash {
    background-color: rgba(0, 0, 0, .61);
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  .button-no-arrow {
    text-align: center;
  }

  .blue-bg-blue {
    padding: 0;
  }

  .services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-holder-body {
    display: flex;
  }

  .service-holder-jm.top {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  .button-no-arrow {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .blue-bg-blue {
    padding: 0;
  }

  .button-holder-body {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .doc-name {
    text-align: center;
    font-size: 1.5em;
  }

  .service-text-overlay-jm {
    padding: 20px;
  }

  .service-block-jm._2, .service-block-jm._1, .service-block-jm._3 {
    min-height: 400px;
  }

  .list-49._49 {
    width: 100%;
  }

  .list-100 {
    width: auto;
    flex-direction: column;
  }

  .service-text-overlay-jm-lash {
    padding: 20px;
  }
}


