/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:300,400,500,700,900|Roboto:300,400,500,700&display=swap");
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("/zantac/assets/img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}


footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body {
  background-color: #fff;
}

a {
  color: #60E6E9;
}

.yellow-accent {
  color: #fdfd96;
  font-weight: 700;
}

.black-accent {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
}

.white-accent {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding:10px;
  border: 2px solid white;
  border-radius:10px;
  margin-top: 15px;
}

.white-headline {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding:5px;
  line-height:0.5;
  /*padding:10px;
  border: 2px solid white;
  border-radius:10px;*/
}

nav {
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0;
  background-color: #09152b;
  /*border-bottom: 3px solid #CE2127;*/
}


nav .navbar-brand {
  display: flex;
  justify-content: center;
  align-content: center;
}

nav .navbar-brand img {
  width: 30vw;
  min-width: 20rem;
  max-width: 25rem;
  margin: 1vmin;
  object-fit: contain;
  height: 100%;
}

header.masthead {
  position: relative;
  background-image: url('/zantac/assets/img/bg-masthead-bw2.jpg');
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 0;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

@media (min-width: 768px) {
  header.masthead h1 {
    font-size: 3rem;
  }
}
.midsection-img-top {
  width: 100%;
  overflow: hidden;
  /* background-image: url('/zantac/assets/img/pills3_copy.jpg'); */
  background-size: cover;
  background-color: #09152be1;
  position: relative;
  z-index: 1000;
  box-shadow: 0px 6px 12px rgb(0 0 0 / 80%);
}


.ticker-wrap {
  width: 100%;
  padding-left: 100%;
}

@keyframes ticker {
  100% {
      transform: translate3d(-100%, 0, 0);
  }
}

.ticker-move {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  /* animation-timing-function: linear; */
  animation-timing-function: linear;
  animation-name: ticker;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}

.ticker-move:hover {
  animation-play-state: paused;
}

.ticker-item {
  display: inline-block;
  padding: 0 40px;
  font-size: 2rem;
  /* color: #09152b; */
}
.logo {
  width: 76%;
  margin: 1rem 12% 20px;
}

.masthead {
  width: 100%;
  padding: 0;
}

.masthead-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* background-image: linear-gradient(to right, #09152b , #1c2f53) */
}

.masthead-left {
  width: 600px;
  padding:  0 10px;
  margin: 0 0 0 8vmin;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .masthead-right {
  padding: 10px;
} */




#masthead-text {
  text-align: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

#masthead-text .masthead-headline {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
  color: #fdfd96;
}

#masthead-text h1 {
  font-size: 2.6em;
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.3;
  margin: 0;

}


#masthead-text h2 {
  margin: 0.5rem 0 0.2rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #000;
}
#masthead-text .simple {
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: center;
  background-color: #09152bb0;
  border-radius: .5rem;
  box-shadow: 4px 6px 10px rgb(0 0 0 / 80%);
}
#masthead-text .simple h2 {
  line-height: 1.4;
  margin: auto 5%;
}
#masthead-text .simple .all-cancers {
  margin: 15px 5%;
  font-weight: 900;
  color: #7cdfff;
  font-size: 1.8em;
}
.zantac-logo {
  width: 30%;
  object-fit: contain;
}
.attention-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 2.5rem 0;
  font-weight: 900;
}



.financial {
  font-weight: 800;
  font-size: 2.6em;
  color: #CE2127;
  text-align: center;
  text-shadow: 2px 2px black;

  border-radius: 6px;
  line-height: 1.5;
  margin: .5rem 0;
}
.simple a:hover {
  text-decoration: none;
}
.financial:hover {
  color: #CE2127;
}
.recall-bottle {
  width: 50%;
  margin: 0 25%;
  opacity: .7;
  border-radius: 4px;
}

.highlight {
  width: 100%;
  margin: 2rem 0rem 1rem 0rem;
  padding: 0 3vmin 3vmin 3vmin;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #faf870;
  border-radius: 1rem;
}

.highlight .highlight-lists {
  display: flex;
  justify-content: center;
}

.highlight h1 {
  margin: 1vmin 0;
  font-size: 2.5rem;
  color: #faf870;
  text-align: center;
}

.highlight h3 {
  font-size: 1.2rem;
  text-align: left;
}

.highlight ul {
  margin: 0.2rem 0;
  padding: 0 0.5rem 0 0.5rem;
  list-style: none;
}

.highlight li {
  margin: 1vmin;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.4rem;
  color: #000;
  background-color: #faf870;
  border-radius: 10px;
}
.masthead-left h2 span{
  font-weight: bold;
  font-size: 2rem;
}


.recall {
  font-weight: normal;
  background-color: #09152bb0;
  border-radius: .5rem;
  box-shadow: 4px 6px 10px rgb(0 0 0 / 80%);

}
.recall p {
  font-weight: 500;
}
.inner {
  width: 80%;
  height: 1px;
  margin: 0px auto;
  border-bottom: 3px solid #ffffff;
  border-radius: .5rem;
}
#masthead-text .recall h2 {
  text-shadow: none;
  padding: 2% 10%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.media-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10%;
}
.media-cards p {
  font-size: 1.2rem;
  font-weight: 700;
}
.media-cards div {
  width: 44%;
  margin: 4% 0 2% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-cards img {
  object-fit: contain;
  width: 100%;
}
.masthead-right {
  width: 500px;
}

.form-case {
  padding: 1rem;
  /* background: #202f4d; */
  background-color: #09152be1;
  border-radius: .5rem;
  box-shadow: 6px 9px 12px rgb(0 0 0 / 80%);
}

.form-case .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.form-case .form-inner .form-header {
  color: white;
  text-align: center;
}

.form-case .form-inner .form-header h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fdfd96;
}

.form-case .form-inner .form-header h3 {
  font-size: 1.2rem;
}

.form-case .form-inner .form-header h4 {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #fdfd96;
}

.form-case .form-inner label {
  margin: 0.5rem 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
}
.form-case .form-inner label.error {
  margin: 0 0 10px 0;
  color: rgb(238, 139, 139);
  font-size: 16px;
  font-weight: 300;
}

.form-case .form-inner .case-jobs {
  margin-top: 1vmin;
  text-align: left !important;
}

.form-case .form-inner .case-exposure {
  text-align: left;
}

.form-case .form-inner input {
  width: 100%;
  margin: 0.3rem 0;
  padding: 0.3rem 1vmin;
  font-size: 1rem;
  border-radius: 5px;
}

.form-case .form-inner .form-footer {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.form-case .form-inner .select-css {
  width: 100%;
  min-width: 15rem;
  height: 2.5rem;
  margin-bottom: 5px;
  padding: 0.4rem 2rem;
  color: #084769;
  background-color: #084769;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-color: #838f96;
  border-radius: 10px;
  opacity: 0.8;
  box-sizing: border-box;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  z-index: 2;
}

.form-case .form-inner .select-css::-ms-expand {
  display: none;
}

.form-case .form-inner .select-css:hover {
  border-color: #888;
}

.form-case .form-inner .select-css option {
  font-weight: normal;
}

.form-case .form-inner .select-css:focus {
  outline: none;
}

.form-case .form-inner button {
  width: 100%;
  min-width: 15rem;
  margin: 4vmin auto;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  background-color: #CE2127;
  border-radius: 10px;
  box-shadow: 4px 6px 10px rgb(0 0 0 / 80%);
  border: 3px solid #fff;
}

.form-case .form-inner button:hover {
  background-color: white;
  color: #CE2127;
  border: 3px solid #CE2127;

}
.form-footer-text {
  font-size: .8rem;
}
.steps-section {
  background-color: #f8f9fa;
}
.steps-section h2 {
  width: 80%;
  margin: 0% 10%;
  padding-top: 4%;
  text-align: center;
  font-size: 2.2rem;
}
.rtb-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;


}
.rtb-1 p {
  margin: 0;
}
.rtb-1 .step-card {
  width: 27%;
  display: flex;
  flex-direction: column;
  margin: 3% 0;
  background: white;
  box-shadow: 3px 5px 8px rgb(0 0 0 / 60%);
}
.step-text {
  display: flex;
  width: 80%;
  margin: 3% 10% 1% 10% ;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.3rem;
  text-align: center;
}
.step-text p {
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.step-card img {
  width: 80%;
  margin: 3% 10% 10% 10%;
  border: 3px solid #09152b;
  object-fit: cover;
  vertical-align: top;
  background-color: #09152b;
}
.step-text .step-count {
  color:#CE2127;
  font-weight: bold;
  font-size: 1.7rem;

}

.midsection-img {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  padding: 5vmin;
  font-size: 1.7rem;
  text-shadow: 1px 1px 1px #000;
  color: white;
  background: #CE2127;
}
.midsection-img .video-div {
  width: 50%;
  padding: 5vmin;
}
.midsection-img .video-div video {
 border:  2px solid white;
 border-radius: 6px;
 box-shadow: 1px 3px 8px rgb(0 0 0 / 60%);
 object-fit: cover;
 background-color: white;

}
.midsection-img .video-div video[poster] {
  object-fit: cover;
}
.midsection-img .time-and-funds {
  width: 50%;
  padding: 5vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.midsection-img .time-and-funds h2 {
  text-shadow: 2px 2px 2px #000;
  font-style: italic;
  font-size: 1.9rem;
}
.midsection-img .time-and-funds h2 span {
  padding-right: .5rem;
}

.midsection-img .time-and-funds h3 {
  font-size: 1.3rem;
  line-height: 1.5;
}

.midsection-spwhite {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 5vmin;
  font-size: 1.4rem;
  /*text-shadow: 1px 1px 1px #000;*/
  font-weight:200;
  color: #202f4d;
  background: #f8f9fa;
  padding-bottom:30px;
}
.midsection-spwhite .midsection-left {
  width: 50%;
  min-width:50%;
  max-width:50%;
  text-align:left;
  /*min-width: 20rem;*/
  /*margin: 1vmin 2vmin;*/
  padding: 2rem 2rem;
}

.midsection-spwhite .midsection-right {
  min-width: 40%;
  width:50%;
  /* margin: 1vmin 0vmin 1vmin 2vmin;*/
  padding: 2rem 0;
}

.midsection-spwhite .midsection-left h2 {
  font-size: 2.6rem;
  font-weight: bold;
}

.columns {
  /* columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; */
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.columns li {
  width: 46%;
  background-color: white;
  white-space: nowrap;
  text-align: center;
  padding: 1%;
  margin: 1%;
  box-shadow: 3px 5px 8px rgb(0 0 0 / 60%);
  font-weight: bold;
  overflow:hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  color: #CE2127;
}

.midsection-spwhite .midsection-right img {
  max-width: 400px;
  min-width: 300px;
  height: auto;
}

/* .midsection-img .midsection-left {
  width: 60%;
  min-width: 20rem;
  margin: 1vmin 2vmin;
  padding: 2rem 0;
}

.midsection-img .midsection-right {
  min-width: 30%;
  margin: 1vmin 0vmin 1vmin 2vmin;
  padding: 2rem 0;
}

.midsection-img .midsection-right img {
  max-width: 400px;
  min-width: 300px;
  height: auto;
} */

.midsection-img-top {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 2vmin;
  font-size: 1.7rem;
  text-shadow: 1px 1px 1px #000;
  color: white;
}
.midsection-img-top h1 {
	padding:10px;
	background: none;
  color: #c60a23;
  font-weight:900;
}

.midsection-img-top .midsection-left-top {
  width: 60%;
  min-width: 20rem;
  margin: 1vmin 2vmin;
  padding: 2rem 0;
}

.midsection-img-top .midsection-right-top {
  min-width: 30%;
  margin: 1vmin 0vmin 1vmin 2vmin;
  padding: 2rem 0;
}

.midsection-img-top .midsection-right-top img {
  max-width: 400px;
  min-width: 300px;
  height: auto;
}
.midsection-img a {
  box-shadow: 3px 5px 8px rgb(0 0 0 / 60%);
}
.midsection-img h3 {
  font-weight: normal;
}
.midsection-img a:hover {
  text-decoration: none;
  color: #c60a23;
  background-color: white;
  border: solid #c60a23 2px;
}


footer {
  display: flex;
  justify-content: center;
  padding: 1vmin;
  font-size: 0.9rem;
  color: #ababab;
  background-color: #09152b;
}

footer .footer-container {
  margin: 2vmin 10vmin;
}

#gtm-trigger {
  width: 1px;
  height: 1px;
}

.policy-main {
  width: 90%;
  margin: 5%;
}

.popup_dialog {
  border: 2px solid white;
}

@media only screen and (max-width: 1400px) {
  .form-case {


  }
  .masthead-left {
    margin: 0 1rem 1rem 1rem;
  }
  .masthead-right {
    margin: 0 1rem 1rem 1rem;
  }
}

@media only screen and (max-width: 720px) {
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: auto;
    margin: 0;
  }
  header.masthead {
    background-size: auto 50% ;
    background-repeat:no-repeat;
    background-position: 20% top;
    background-color: #ce212746;
  }
  .phone-header{
    margin-bottom: 2vh;
  }
  .navbar .navbar-brand img {
    padding: 1vmin;
  }
  .masthead-left {
    width: 90%;
    margin: 0 0 2vmin 0 !important;
  }
  #masthead-text {
    text-align: center;
  }
  #masthead-text .simple {
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  #masthead-text .simple .all-cancers {
    font-size: 1.4em;
  }
  #masthead-text .simple h2 {
    line-height: 1.5;
  }
  #masthead-text h1 {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .masthead-left h2 span{
    font-size: 1.5rem;
  }
  .attention-text {
    margin: 2rem 8px 1.5rem;
  }
  .financial {
    font-size: 2.2rem;
  }
  .zantac-logo {
    width: 35%;
  }
  .logo {
    margin: 1rem auto;
  }
  .masthead-left h2 {
    font-size: 1.3rem
  }

  .media-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .media-cards div {
    width: 80%;
    margin: 0 10%;
    padding: 2% 0;
  }

  .nyt {
    border-bottom: solid white 3px;
  }
  .media-cards img {
    object-fit: contain;
    width: 100%;
  }
  .media-cards p {
    margin-top: 1rem;
  }
  .masthead #masthead-text .recall h2 {
    padding: 0 10%;
  }
  .masthead-right {
    width: 90vw;
    margin: 1vh 5vw 2vh 5vw;
  }

  .midsection-spwhite {
    flex-direction: column;
    margin-bottom: 0;
  }
  .midsection-left h1{
    font-size: 2em;
    text-align: center;
    color: #c60a23;
  }
  .midsection-spwhite .midsection-left{
    text-align: center;
    width: 100%;
    padding: 0;
    min-width: none;
    max-width: none;
    font-size: .7em;

  }
  .steps-section h2 {
    font-size: 1.5rem;
    width: 90%;
    margin: 1% 5%;
  }
  .rtb-1 {
    flex-direction: column;
    align-items: center;
  }
  .rtb-1 .step-card {
    width: 90%;
    margin: 3% 5%;
  }
  .step-text p {
    font-size: 1.2rem;
  }
  .step-text .step-count {
    font-size: 1.4rem;
  }
  .columns {
    justify-content: space-between;
  }
  .columns li {
    width: 47%;
    background-color: white;
    white-space: nowrap;
    text-align: center;
    padding: 1.5%;
    margin: 1%;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 60%);
    font-weight: bold;
    overflow:hidden;
    text-overflow: ellipsis;
    font-size: .7em;
    color: #CE2127;
  }

  .midsection-spwhite .midsection-right{
    width: 100%;
    min-width: none;
    max-width: none;
    padding-bottom: 0;
  }

  .midsection, .midsection-img {
    padding: 1vmin 1vmin;
    font-size: 1.2rem;
  }
  .midsection-img {
    flex-direction: column-reverse;
  }
  .midsection-img .time-and-funds {
    width: 100%;
  }
  .midsection-img .video-div {
    width: 100%;
  }
  .midsection .midsection-left, .midsection-img .midsection-left {
    width: 900px;
    max-width: 90vw;
    margin: 0 5%;
    padding: 2vmin;
    font-size: 1rem;
  }
  .midsection .midsection-right, .midsection-img .midsection-right {
    width: 90vw;
    margin: 0 5%;
  }
  .midsection .midsection-right img, .midsection-img .midsection-right img {
    width: 100%;
  }
  .white-accent {
    margin: 15px;
  }
  .highlight {
    margin: 2rem 0rem 1rem 0rem;
  }
  .form-case {
    margin: 1vmin auto;
    width: 90%;
  }

}

@media only screen and (max-width: 480px) {
  header.masthead {
    padding: 2vmin 1vmin 0 1vmin;
  }
  .masthead {
    padding: 0;
  }
  .masthead #masthead-text {
    text-align: center;
    font-size: 1rem;
  }
  .masthead #masthead-text h1 {
    font-size: 1.8rem;
  }
  .masthead #masthead-text h2 {
    padding: 0 0 0 0;
    font-size: 1.2rem;
  }
  .masthead .masthead-left, .masthead .mathead-right {
    width: 98%;
  }
  .midsection .midsection-left, .midsection-img .midsection-left {
    max-width: 90vw;
    margin: 0 5%;
    padding: 4vmin;
    font-size: 1rem;
  }
  .midsection .midsection-right, .midsection-img .midsection-right {
    width: 90%;
    margin: 0 5%;
  }
  .midsection .midsection-right img, .midsection-img .midsection-right img {
    width: 100%;
  }
  .highlight {
    margin: 2vmin 0 2vmin 0;
    padding: 1vmin 5vmin 3vmin 5vmin;
  }
  .highlight h1 {
    font-size: 2rem;
  }
  .highlight h3 {
    font-size: 1rem;
  }
  .highlight li {
    font-size: 1rem;
  }
}
