<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mouth-rehab-card {
  gap: 50px;
}

.mouth-rehab-images {
  position: relative;
  height: 720px;
  width: 507px;
  max-width: 507px;
  align-items: center;
  display: flex;
}

.mouth-rehab-images::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 340px;
  height: 730px;
  background-color: #e7e5e3;
  z-index: -1;
}

.extraction-images.mouth-rehab-images {
    position: relative;
    height: 580px;
    width: 507px;
    max-width: 507px;
    align-items: center;
    display: flex;
}

.extraction-images.mouth-rehab-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 340px;
    height: 580px;
    background-color: #e7e5e3;
    z-index: -1;
}

.mouth-rehab-images .mouth-rehab-portrait {
  width: 360px !important;
  height: auto !important;
  transition: transform 0.3s ease !important;
  position: inherit !important;
  margin-bottom: 0px;
}

.dental-implants-card {
  gap: 50px;
}

.dental-implants-images {
  position: relative;
  height: 550px;
  width: 507px;
  max-width: 507px;
  align-items: center;
  display: flex;
}

.dental-implants-images::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 340px;
  height: 550px;
  background-color: #e7e5e3;
  z-index: -1;
}

.dental-implants-images .dental-implants-portrait {
  width: 360px !important;
  height: auto !important;
  transition: transform 0.3s ease !important;
  position: inherit !important;
  margin-bottom: 0px;
}

@media (max-width: 990px) {
  .mouth-rehab-images {
    position: relative;
    height: 560px;
    width: 340px;
    max-width: 507px;
    align-items: center;
    display: flex;
  }

  .mouth-rehab-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 252px;
    height: 560px;
    background-color: #e7e5e3;
    z-index: -1;
  }

  .mouth-rehab-images .mouth-rehab-portrait {
    width: 262px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: inherit !important;
    margin-bottom: 0px;
  }

  .extraction-images.mouth-rehab-images {
    position: relative;
    height: 400px;
    width: 340px;
    max-width: 507px;
    align-items: center;
    display: flex;
  }

  .extraction-images.mouth-rehab-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 252px;
    height: 400px;
    background-color: #e7e5e3;
    z-index: -1;
  }

  .extraction-images.mouth-rehab-images .mouth-rehab-portrait {
    width: 262px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: inherit !important;
    margin-bottom: 0px;
  }

  .dental-implants-images {
    position: relative;
    height: 410px;
    width: 340px;
    max-width: 507px;
    align-items: center;
    display: flex;
  }

  .dental-implants-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 250px;
    height: 500px;
    background-color: #e7e5e3;
    z-index: -1;
  }

  .dental-implants-images .dental-implants-portrait {
    width: 270px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: inherit !important;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .mouth-rehab-images {
    position: relative;
    height: 500px;
    width: 322px;
    max-width: 507px;
    align-items: center;
    display: flex;
    padding: 37px 0;
  }

  .mouth-rehab-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 238px;
    height: 510px;
    background-color: #e7e5e3;
    z-index: -1;
  }

  .mouth-rehab-images .mouth-rehab-portrait {
    width: 241px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: inherit !important;
    margin-bottom: 0px;
  }

  .extraction-images.mouth-rehab-images {
    position: relative;
    height: 400px;
    width: 322px;
    max-width: 507px;
    align-items: center;
    display: flex;
    padding: 37px 0;
  }


  .extraction-images.mouth-rehab-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 238px;
    height: 400px;
    background-color: #e7e5e3;
    z-index: -1;
  }

  .extraction-images.mouth-rehab-images .mouth-rehab-portrait {
    width: 241px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: inherit !important;
    margin-bottom: 0px;
  }

  .dental-implants-images {
    position: relative;
    min-height: 380px;
    width: 333px;
    max-width: 507px;
    align-items: center;
    display: flex;
  }

  .dental-implants-images::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 250px;
    height: 500px;
    background-color: #e7e5e3;
    z-index: -1;
  }

  .dental-implants-images .dental-implants-portrait {
    width: 252px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: inherit !important;
    margin-bottom: 0px;
  }
}</pre></body></html>