@import url("https://use.typekit.net/uhi2xqe.css");

h1, h2, h3, h4, h5, h6, p, img, a, .cmp-text {
  margin: 0;
  text-decoration: none;
  padding: 0;
}

html,body {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  max-width: 1920px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.cmp-text {
  font-family: Arial, sans-serif !important;
}

h1 {
  font-size: 75px;
  line-height: 84px;
  color: #FFFFFF;
  font-family: "lexia", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  font-family: "lexia", serif;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: "lexia", serif;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  font-family: "lexia", serif;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "lexia", serif;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p.footnote {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

ol li {
  font-size: 14px;
  line-height: 20px;
}

img {
  width: 100%;
}

a, a:hover {
  cursor: pointer;
  text-decoration: none;
}

.bolded {
  font-weight: 900;
}

.cmp-text {
  padding: 0;
}

.mobile-menu {
  display: none;
}
/* New css added 13-July-24 Yogesh Bhise */

#top {
  background: #303837;
  padding: 10.4px 26px;
  display: flex;
  /*justify-content: end;*/
  ;
}

#top > .text {
  margin-left: auto;
}

#top img.top-logo {
  width: 118px;
}

#CookieReportsBannerAZ{
    z-index: 99999 !important;
}

#header_container {
  display: flex;
  max-width: 1425px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.topnavigation.languagenavigation {
}

.cmp-topnavigation {
  width: 100%;
}

.cmp-topnavigation__item--level-0 .cmp-topnavigation__link {
  font-family: "lexia", serif;
  font-weight: 400;
  line-height: 16px;
}

.cmp-topnavigation__item--level-0 a.cmp-topnavigation__link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: black;
}

#id-home-page .cmp-text,
#biomarker .cmp-text,
#tech-page .cmp-text,
#id-podcasts .cmp-text,
#faq-page .cmp-text,
#resource-page .cmp-text {
  padding: 0px;
  margin: 0px;
}

#id-home-page .cmp-topnavigation__item--level-0:nth-child(1) a.cmp-topnavigation__link {
  font-size: 14px;
  line-height: 25px;
  background: #770B4F33;
  color: #770B4F;
  padding: 0px 11px;
  border-radius: 70px;
  font-weight: 600;
}

#biomarker .cmp-topnavigation__item--level-0:nth-child(2) a.cmp-topnavigation__link {
  font-size: 14px;
  line-height: 25px;
  background: #770B4F33;
  color: #770B4F;
  padding: 0px 11px;
  border-radius: 70px;
  font-weight: 600;
}

#tech-page .cmp-topnavigation__item--level-0:nth-child(3) a.cmp-topnavigation__link {
  font-size: 14px;
  line-height: 25px;
  background: #770B4F33;
  color: #770B4F;
  padding: 0px 11px;
  border-radius: 70px;
  font-weight: 600;
}

#id-podcasts .cmp-topnavigation__item--level-0:nth-child(4) a.cmp-topnavigation__link {
  font-size: 14px;
  line-height: 25px;
  background: #770B4F33;
  color: #770B4F;
  padding: 0px 11px;
  border-radius: 70px;
  font-weight: 600;
}

#resource-page .cmp-topnavigation__item--level-0:nth-child(5) a.cmp-topnavigation__link {
  font-size: 14px;
  line-height: 25px;
  background: #770B4F33;
  color: #770B4F;
  padding: 0px 11px;
  border-radius: 70px;
  font-weight: 600;
}

#faq-page .cmp-topnavigation__item--level-0:nth-child(6) a.cmp-topnavigation__link {
  font-size: 14px;
  line-height: 25px;
  background: #770B4F33;
  color: #770B4F;
  padding: 0px 11px;
  border-radius: 70px;
  font-weight: 600;
}

ul.cmp-topnavigation__group.cmp-topnavigation__group--menus {
  display: flex;
  gap: 11px;
}

.cmp-topnavigation__item--level-0 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  margin: 0 !important;
}

#header_container .image {
  margin: 0;
  width: 100%;
}

#header_container .image img {
  vertical-align: middle;
}


/*self certificaiton start */

.cmp-selfcertification.modal {
  display: flex;
}

.page.basicpage .cmp-selfcertification .modal-box {
  width: 100%;
  height: 100%;
  padding: inherit;
}

.page.basicpage .modal--overflow {
  padding: inherit;
}

#outer-pop-container {
  /* display: none; */
  background-color: #303837f2;
  padding-top: 156px;
  position: fixed;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: scroll;
  padding-left: 15px;
  padding-right: 15px;
}

#outer-pop-container .inner-popup-container {
  margin: auto;
  margin-top: 136px;
  display: flex;
  justify-content: center;
  padding: 20px;
}

#outer-pop-container .popup-content-wrapper {
  background: white;
  max-width: 1288px;
  padding: 62px 62px 36px;
  border-radius: 6px;
  display: flex;
  gap: 100px;
}

#outer-pop-container .inner-popup-container .left-content h2 {
  font-size: 40px;
  line-height: 45px;
  font-family: 'lexia';
  font-style: italic;
  font-weight: 400;
  text-align: left;
  position: relative;
}

#outer-pop-container .inner-popup-container .left-content h2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: black;
  bottom: -22px;
  left: 0;
}

#outer-pop-container .inner-popup-container .left-content {
  max-width: 26%;
  width: 100%;
}

#outer-pop-container .inner-popup-container .description {
  margin-bottom: 23px;
}

#outer-pop-container .inner-popup-container h3 {
  font-size: 22px;
  line-height: 28px;
  color: #B4338B;
  width: 91%;
  margin-bottom: 0px;
}

#outer-pop-container .inner-popup-container p {
  font-size: 16px;
  line-height: 22px;
  width: 90%;
}

#outer-pop-container a.cmp-selfcertification__continue {
  background-color: unset;
  width: auto;
  height: auto;
  font-family: Lexia;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 23px;
  margin-bottom: 34px;
  background-color: cadetblue;
  padding: 20px 0px 17px 40px;
  max-width: 240px;
  background-image: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/desktop/white-arrow.svg),linear-gradient(45deg, #80A2C6, #B4338B);
  display: flex;
  border-radius: 7px;
  background-position: right 46px center, center;
  background-repeat: no-repeat, repeat;
  border: 0px;
  text-align: left;
  justify-content: left;
  background-size: 20px,auto;
}

.modal.exit-ramp-modal {
  background: rgba(48, 56, 55, 0.9);
  backdrop-filter: none;
}

.exit-ramp-modal .modal-box {
  max-width: 810px;
  margin-top: 156px;
  border-radius: 6px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
}

.exit-ramp-modal .modal-box .modal-box__content {
  text-align: center;
  width: 100%;
  padding-top: 65px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 75px;
  cursor: pointer;
}

.exit-ramp-modal .modal-box .modal-box__content .exit-ramp-body {
  max-width: 542px;
  margin: 0 auto;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.exit-ramp-modal .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 54px;
}

.exit-ramp-modal .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions::before {
  content: ' ';
  width: 1.6px;
  height: 116px;
  background: black;
  position: absolute;
  left: 50%;
}

.exit-ramp-modal .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions .exit-ramp-cancel.close-exit-ramp {
  font-family: "lexia", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 56px;
  margin-right: 50px;
  background-color: rgba(48, 56, 55, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.exit-ramp-modal .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions .exit-ramp-continue.skip-exit-ramp {
  font-family: "lexia", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  width: 240px;
  height: 56px;
  background-image: linear-gradient(45deg, rgba(128, 162, 198, 1), rgba(180, 51, 139, 1));
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.btn-div {
}



/*self certificaiton end */


.disabled {
  display: none;
}

#access_site_text {
  margin-left: 109px;
}

#welcome_content>p {
  font-family: Lexia;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
  text-align: left;
}

#text-7067ded04f {
  max-width: 1417px;
}

#text-7067ded04f>p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.welcome-hr {
  width: 69px;
  color: #000000;
  height: 2px;
  margin-left: 0px;
}

#text-7067ded04f>p>span {
  color: #B4338B;
  display: block;
  font-family: Lexia;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.image-div {
  width: 20px;
  margin-left: 7px;
}

#id_lung_image {
  width: 116px;
  float: right;
}

#id_lung_image_mobile {
  display: none;
}

#header_container {
  display: flex;
}

#footer_gradient_div {
  height: 13px;
  background-image: linear-gradient(45deg, #F7AD00, #79134F);
}

#footer_container {
  background-color: #303837;
}

#footer_links_container {
  display: flex;
  justify-content: space-between;
  max-width: 1420px;
  margin: auto;
  padding-top: 40px;
}

#footer_first_links_container_text {
  margin-top: 39px;
}

#footer_first_links_container_text>p {
  font-family: Lexia;
  font-size: 34px;
  font-weight: 400;
  line-height: 42.02px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 24px;
}

#footer_second_links_container_text {
  margin-top: 56px;
}

.first_list>li {
  padding-bottom: 16px;
}

.first_list>li:last-child {
  padding-bottom: 0;
}

.first_list>li>a {
  font-family: Lexia;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.3px;
  text-align: left;
  color: #FFFFFF;
}

.second_list {
  display: flex;
}

.second_list>li>a {
  font-family: Lexia;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.3px;
  text-align: left;
  color: #FFFFFF;
}

.second_list>li::after {
  content: '|';
  color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
}

.second_list>li:nth-child(4)::after {
  display: none;
}

#footer_logo_container {
  margin-left: 250px;
  margin-right: 250px;
}

#astrazeneca_logo_image {
  margin-bottom: 26px;
  text-align: end;
}

#astrazeneca_logo_image>img {
  max-width: 261px;
}

.cmp-separator__horizontal-rule {
  border: 2px solid #FFFFFF;
}

#text-1a2a65557b>p {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 23px;
}

.molibe-break-point {
  display: none;
}

.new {
  margin: 0;
  height: 0;
}

#footer_first_links_container_text h2 {
  color: white !important;
  font-size: 34px !important;
  line-height: 47px !important;
  margin-bottom: 24px !important;
  font-weight: 400 !important;
  font-family: lexia, sans-serif !important;
}

#id-home-page #footer_first_links_container_text h2 {
  margin-left: -23px;
}

#footer_container  #footer_logo_container p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: white;
  margin: 23px auto 23px;
  padding-bottom: 23px;
}
ul.cmp-topnavigation__group.cmp-topnavigation__group--menus {
    display: flex;
    gap: 77px;
  }



@media screen and (max-width:1919px) and (min-width: 993px) {
    
    #header_container {
        max-width: 74.21875vw;
        padding: 0 0.8333333333333334vw;
    }
    #id_lung_image {
        width: 6.041666666666667vw;
    }
    .basicpage .cmp-topnavigation__item--level-0 {
        padding-top: 0.26041666666666663vw;
        padding-bottom: 0.26041666666666663vw;
        font-size: 0px;
        line-height: 0px;
        display: flex;
        justify-content: center;
    }
    .basicpage .cmp-topnavigation{
        padding: 0.46875vw 0;
    }
    
    #id-home-page .cmp-topnavigation__item--level-0:nth-child(1) a.cmp-topnavigation__link {
        font-size: clamp(0.4375rem, -0.0311rem + 0.7551vw, 0.875rem);
        line-height: clamp(0.75rem, -0.1203rem + 1.4024vw, 1.5625rem);
        padding: 0px 0.5729166666666666vw;
    }
    .cmp-topnavigation__item--level-0 a.cmp-topnavigation__link {
        font-size: clamp(0.5rem, -0.0356rem + 0.863vw, 1rem);
        line-height: clamp(0.5625rem, -0.04rem + 0.9709vw, 1.125rem);
        align-items: center;
        display: flex;
    }
    ul.cmp-topnavigation__group.cmp-topnavigation__group--menus {
        gap: 4.010416666666667vw;
    }
    
}




@media (max-width: 991px) {
  .cmp-topnavigation__item {
    margin: 0 auto !important;
  }

  ul.cmp-topnavigation__group.cmp-topnavigation__group--menus {
    display: flex;
    gap: 9px;
    border: 12px solid #f5dfe1;
    padding: 10px;
    background: white;
      
  }
  
  

  .page.basicpage {
    padding: unset;
  }

  .cmp-topnavigation__item--level-0 a.cmp-topnavigation__link {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 13px 2px;
    font-weight: 400;
    color: black;
  }

  #id-home-page .cmp-topnavigation__item--level-0:nth-child(1) a.cmp-topnavigation__link {
    font-size: 14px;
    line-height: 14px;
    background: #770B4F33;
    color: #770B4F;
    padding: 4px 13px 5px;
    border-radius: 19px;
    font-weight: 600;
  }

  #biomarker .cmp-topnavigation__item--level-0:nth-child(2) a.cmp-topnavigation__link {
    font-size: 14px;
    line-height: 14px;
    background: #770B4F33;
    color: #770B4F;
    padding: 4px 13px 5px;
    border-radius: 19px;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  #mobile-nav {
    position: absolute;
    right: 15px;
    /*top: 54px;*/
     top: 52px;
  }

  .mobile-menu {
    display: block;
    background-color: #79134F;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 4px;
  }

  #top {
    padding: 7.3px 13px;
  }

  #top img.top-logo {
    width: 100px;
  }

  .ic-hamburger {
    display: block;
    background-image: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/mobile/menu-button.png);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: center;
    font-size: 0;
    transition-duration: 0.4s;
    transition-property: transform;
    cursor: default !important;
  }

  a.ic-hamburger.open {
    background-image: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/mobile/close-icon.png);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  #id_lung_header_links {
    display: none;
    position: absolute;
    top: 127px;
    background: #fff;
    border: 12px solid #f5dfe1;
    padding: 10px;
    text-align: center;
    z-index: 3;
    opacity: 1;
    
    padding: 0px;
    border: 0px;
    position: absolute;
    background: rgb(249 249 249 / 85%) !important;
    width: 100%;
    height: 1000% !important;
    
  }

  .navigation-overlay.show {
    display: block !important;
  }

  .cmp-topnavigation__group {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .cmp-topnavigation__group::before {
    content: '';
    position: absolute;
    right: 25px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    clear: both;
    transform: rotate(180deg);
  }

  #header_container {
    max-width: max-content;
    margin: initial;
    align-items: center;
    justify-content: start;
    padding: 20px 0 20px;
  }
    /* .image::after {
        content: '';
        position: absolute;
        top: 55px;
        right: 10px;
        width: 65px;
        height: 65px;
        background-image: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/mobile/menu.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;   
    } */
  .cmp-image__image {
    margin-top: 5px;
  }

  /*
  .overlay::before {
    content: '';
    position: absolute;
    background: rgb(249 249 249 / 85%) !important;
    width: 100%;
    height: 1000% !important;
    z-index: 2;
    top: 140px;
  }
  */
}
/* End New css added 13-July-24 Yogesh Bhise */


@media (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 18px;
    line-height: 22px;
  }

  h3 {
    font-size: 16px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
}


@media only screen and (max-width:991px) {
  #id_lung_image_mobile {
    display: block;
  }

  #id_lung_image {
    width: 116px;
    margin-left: 16px;
  }

  #footer_links_container {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
  }

  #footer_first_links_container_text {
    margin-top: 0px;
    padding-top: 24px!important;
    text-align: center;
  }

  #footer_second_links_container_text {
    margin-top: 45px;
    display: flex;
    justify-content: center;
  }

  #footer_first_links_container_text>p {
    font-family: Lexia;
    font-size: 34px;
    font-weight: 400;
    line-height: 42.02px;
    text-align: center;
  }

  #footer_first_links_container_text h2 {
    color: white;
    font-size: 34px;
    line-height: 47px;
    margin-bottom: 24px;
    font-weight: 400;
    font-family: lexia, sans-serif;
  }

  #footer_container  #footer_logo_container p {
    width: 92%;
    font-size: 12px;
    line-height: 18px;
    color: white;
    text-align: center;
    margin: 23px auto 0px;
    padding-bottom: 23px;
  }

  .first_list>li>a {
    font-family: Lexia;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.3px;
    text-align: center;
  }

  .first_list>li:last-child {
    padding-bottom: 0;
  }

  .second_list>li>a {
    font-family: Lexia;
    font-size: 12px;
    font-weight: 300;
    line-height: 14.83px;
    text-align: left;
  }

  .second_list>li::after {
    content: '|';
    color: #FFFFFF;
    padding-left: 14px;
    padding-right: 15px;
  }

  #astrazeneca_logo_image {
    margin-bottom: 30px;
    margin-top: 41px;
    text-align: center;
  }

  #text-1a2a65557b>p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding-top: 23px;
  }

  #footer_logo_container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cmp-separator__horizontal-rule {
    margin-left: 10px;
    margin-right: 10px;
  }

  .molibe-break-point {
    display: block;
  }

  #inner-popup-container {
    flex-direction: column;
    padding: 20px;
  }

  #inner-popup-container #access_site_text {
    margin: 0px;
  }

  .exit-ramp-modal .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .exit-ramp-modal .modal-box .modal-box__content .exit-ramp-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (min-width: 1200px) {
  #footer_logo_container {
    max-width: 1420px;
    margin: auto;
    margin-top: -40px;
  }

  #header_container {
    display: flex;
    padding: 0 0px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
  #footer_links_container {
    display: flex;
    justify-content: space-between;
    margin-left: 47px;
    margin-right: 70px;
    padding-top: 40px;
    max-width: 1420px;
  }

  #footer_logo_container {
    margin-left: 47px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 1340px) and (min-width: 992px) {
 
  .cmp-topnavigation__item {
    margin: 0 1em;
  }
  #footer_second_links_container_text .second_list {
    width: 115%;
    justify-content: center;
  }

  .second_list>li::after {
    content: '|';
    color: #FFFFFF;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 767px) {
  #outer-pop-container {
    padding: 20px;
  }

  #outer-pop-container .popup-content-wrapper {
    flex-direction: column;
    gap: 0;
    padding: 20px;
    max-width: fit-content;
  }

  #outer-pop-container .inner-popup-container .left-content {
    max-width: 100%;
    width: 100%;
  }

  #outer-pop-container .inner-popup-container {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #outer-pop-container .inner-popup-container .left-content h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: black;
    bottom: 22px;
    left: 3px;
  }

  #outer-pop-container .inner-popup-container .left-content h2 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'lexia';
    font-style: italic;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-bottom: 35px;
  }

  #outer-pop-container .inner-popup-container h3 {
    width: 99%;
    margin-bottom: 7px;
  }

  #outer-pop-container .inner-popup-container p {
    width: 100%;
  }

  ul.first_list {
    margin-bottom: 40px !important;
  }

  .modal.exit-ramp-modal {
    padding-top: 0px;
  }

  .exit-ramp-modal .modal-box {
    width: 90%;
    margin: 20px;
    border-radius: 7px;
  }

  .exit-ramp-modal .modal__close {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 360px) {
  .second_list>li::after {
    content: '|';
    color: #FFFFFF;
    padding-left: 7px;
    padding-right: 7px;
  }

  .exit-ramp-modal .modal-box .modal-box__content .exit-ramp-content .exit-ramp-actions .exit-ramp-cancel.close-exit-ramp {
    margin-right: 28px;
  }
}



