:root {
  --color-3: #012f6b;
  --color-6: #7385ae;
  --color: white;
  --color-2: #333;
  --color-4: #862632;
  --color-5: #b97778;
  --white: white;
  --black: black;
}

h2 {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.cataract-lens-options-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.iol-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.io-text-wrapper {
  min-height: 0;
  padding: 0;
}

.package-accordion-trigger-2 {
  background-image: linear-gradient(180deg, var(--color-6), #476394 23%, #2f5186 48%, var(--color-3));
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.iol-block-2 {
  width: 24%;
  min-height: 300px;
}

.iol-block-2.inner {
  margin-left: 15px;
  margin-right: 15px;
}

.iol-block-2.inner-copy {
  margin-left: 15px;
  margin-right: 0;
}

.iol-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.iol-wrapper-2.top {
  justify-content: center;
  margin-top: 50px;
}

.image-26 {
  float: right;
  margin: 10px;
}

.iol-text-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.package-h3 {
  color: #fff;
  text-transform: none;
  background-color: rgba(51, 51, 51, 0);
  background-image: none;
  justify-content: flex-start;
  width: 80%;
  min-height: 0;
  padding: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.iol-image {
  background-color: rgba(115, 133, 174, .05);
  background-image: url('../images/62f288523ebbede6e041049f_rxsight_LAL-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  min-height: 300px;
}

.iol-image.synergy {
  background-color: rgba(115, 133, 174, .05);
  background-image: url('../images/synergy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.iol-image.symfony {
  background-image: url('../images/symfony.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.iol-image.odyssey {
  background-image: url('../images/odyssey.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.package-answer-div-2 {
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
}

.package-accordion-item {
  width: auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .io-text-wrapper {
    padding: 0 0 10px;
  }

  .iol-block-2 {
    width: 100%;
  }

  .iol-wrapper-2 {
    flex-wrap: wrap;
  }

  .iol-text-2 {
    margin-top: 20px;
    font-size: 15px;
  }
}

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

  .io-text-wrapper {
    padding-bottom: 0;
  }

  .iol-block-2 {
    width: 100%;
  }

  .iol-wrapper-2 {
    flex-wrap: wrap;
  }

  .iol-text-2 {
    margin-top: 10px;
  }

  .iol-image {
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .h2-center {
    font-size: 1.8em;
  }

  .io-text-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .package-accordion-trigger-2 {
    font-size: 18px;
    line-height: 21px;
  }

  .iol-text-2 {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .package-h3 {
    padding-left: 5px;
  }

  .iol-image {
    margin-top: 0;
  }

  .package-answer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }
}


