/* Hero Section */
.hero-section {
  background-color: var(--app-light-gray);
}
.hero-section.chl-section-hero {
  max-height: 600px;
  height: auto;
  background-size: cover;
  padding-bottom: 84vw;
  background-position: 0 calc(100% + 157px);
}
.about-adcetris .hero-section.chl-section-hero {
  min-height: 410px;
  background-position: 50%;
  background-size: cover;
}
#why-adcetris-page .hero-section.why-adcetris-hero {
  background-image: url("/images/classical-hodgkin-lymphoma/why-adcetris-hero-mobile.jpg");
  background-position: 0 calc(100% - 45px);
}
.hero-section .hero-copy h1 {
  font-size: 32px;
  color: var(--bs-body-bg);
  font-weight: 600;
}
.hero-section.chl-section-hero .photo-caption {
  position: absolute;
  bottom: -105px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1250px;
  min-height: 135px;
  text-align: center;
}
.hero-section .hero-copy p {
  font-size: 18px;
  color: var(--bs-body-bg);
}
.hero-section.chl-section-hero .hero-copy h1,
.hero-section.chl-section-hero .hero-copy p {
  color: var(--bs-body-bg);
  text-shadow: 0 3px rgba(0, 0, 0, 0.5);
}
.hero-section.why-adcetris-hero .hero-copy p {
  font-family: var(--font-montserrat_sans);
  font-weight: 600;
}
#why-adcetris-page .single-content-area {
  margin-top: 140px;
}
.hero-section.why-adcetris-hero .photo-caption {
  bottom: -155px;
}
.single-content-area .button-area {
  margin: 20px 0 0;
}
.single-content-area .button-area p:last-of-type {
  margin-bottom: 0;
}
#why-adcetris-page .single-content-area .hollow-cta-btn-red {
  font-family: var(--font-roboto_sans);
  font-weight: 700;
}

.single-content-area .button-area a {
  margin: 0 auto;
}

.photo-caption {
  text-align: center;
}

.photo-caption img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.photo-caption p {
  font-size: 11px;
  color: var(--cyf-text-dark);
}

/* Single Content Area */
.single-content-area {
  padding: 32px 0;
}

.hollow-cta-btn-red {
  text-decoration: none;
  color: var(--bs-red-anchor);
  background: none;
  border: 1px solid var(--bs-red-anchor);
  padding: 12px;
  display: block;
  width: 100%;
  max-width: 346px;
  min-height: fit-content;
  text-align: center;
  border-radius: 6px;
  font-family: var(--font-montserrat_sans);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  text-shadow: none;
}

.hollow-cta-btn-red:hover {
  background-color: var(--hero-red-color);
  color: var(--bs-body-bg);
}
.chl-tab-slider .tab-column {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.chl-tab-slider .tab-column {
  cursor: pointer;
  position: relative;
}
.chl-tab-slider .tab-column p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--font-montserrat_sans);
  text-align: center;
  margin: 16px 0;
  transition: 0.7s color;
}
body .cta-btn-red:hover {
  background: var(--hover-gradient);
  text-decoration: none;
  color: var(--bs-white);
}
.chl-tab-slider .tab-column.active p,
.chl-tab-slider .tab-column p:hover {
  color: var(--bs-red-anchor);
  font-weight: bold;
}
.chl-tab-slider .tab-column .bottom-tab-border-left {
  background: var(--hero-red-color);
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: left 0.5s;
}
.chl-tab-slider .tab-column .bottom-tab-border-center {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 100%;
  bottom: 0;
  transition: left 0.5s;
  background: var(--hero-red-color);
}
.chl-tab-slider .tab-column .bottom-tab-border-right {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 200%;
  bottom: 0;
  transition: left 0.5s;
  background: var(--hero-red-color);
}
.deep-component-container {
  border: none;
  border: 1px solid var(--hero-container-color);
  box-sizing: border-box;
  border-radius: 0 0 2px 2px;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .deep-component-title {
  padding: 32px 0;
  text-align: center;
}
.chl-tab-slider .deep-component-title {
  font-weight: 600;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btns-container {
  background: var(--app-very-light-gray);
  border-radius: 29px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  padding: 9.3px 0;
  align-items: center;
  text-align: center;
  margin-bottom: 38px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btns-container
  .slider-btn-left {
  background: var(--bs-body-bg);
  border-radius: 49px;
  position: absolute;
  width: 49%;
  height: 45.35px;
  left: 0.5%;
  transition: all 0.5s;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btns-container
  p {
  z-index: 1;
  font-family: var(--font-montserrat_sans);
  margin-bottom: 0;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btns-container
  p.active {
  color: var(--hero-red-color);
  font-weight: bold;
  transition: color 1s;
}
.chl-tab-slider .result-section .result-title {
  padding-bottom: 15px;
  font-weight: 600;
}
.chl-tab-slider .result-section ul {
  padding: 5px 28px 20px 16px;
  margin: 0;
  list-style: none;
}
.chl-tab-slider .result-section ul li:before {
  content: "•";
  color: var(--bs-red-anchor);
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.chl-tab-slider .result-section ul li {
  font-family: var(--font-roboto_sans);
  padding-bottom: 20px;
}
.chl-tab-slider .result-section ul li:last-child {
  padding-bottom: 0;
}
.cta-banner.callout .copy {
    padding: 24px 0 0;
}
.science-of-treatment {
    padding: 32px 0 0;
}
.chl-tab-slider .result-section .result-container {
  margin-top: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
.chl-tab-slider .result-section .result-container .result-col:first-child {
  padding-top: 50px;
}
.chl-tab-slider .result-section .result-container .result-col {
  padding: 0 8px;
  background: var(--app-light-gray);
}

.chl-tab-slider .result-section .result-container .result-col .result-content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  margin: 20px 0;
  background: var(--bs-body-bg);
  border-radius: 8.56757px;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  h4 {
  width: fit-content;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-red-anchor);
  letter-spacing: 2px;
  border-bottom: 1px solid #a51140;
  text-transform: uppercase;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  ul {
  padding-left: 16px;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  ul
  li {
  padding-bottom: 8px;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  img {
  max-width: fit-content;
  margin-top: 25px;
  margin-bottom: 25px;
}
.CHLTab1StudyResults .chl-pu-group-5 {
  width: 100%;
}
.CHLTab1StudyResults .chl-pu-group-5 .heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.CHLTab1StudyResults .chl-pu-group-5 .heading img {
  display: block;
  width: 62px;
  height: auto;
  padding-right: 20px;
  box-sizing: content-box;
}
.chl-pu-group-5 .arrow-link {
  text-transform: capitalize;
  width: fit-content;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col.effects-col
  .Effects-Icon,
.chl-tab-slider
  .result-section
  .result-container
  .result-col.effects-col
  .Effects-Title {
  margin-bottom: 20px;
  width: auto;
}
.chl-tab-slider .result-section .result-container .result-col.effects-col {
  margin-top: 30px;
}
.chl-tab-slider .result-section .result-container .result-col.effects-col {
  padding: 30px 16px;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col.effects-col
  ul
  li {
  padding-bottom: 5px;
}
.chl-tab-slider .result-section .result-glossary-container {
  padding: 56px 15px;
}
.chl-tab-slider
  .result-section
  .result-glossary-container
  .glossary-content-container {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  margin: 0px;
}
.row .glossary-content-container img {
  width: auto;
  height: auto;
  margin: 0;
}
.chl-tab-slider .result-section .result-glossary-container p {
  margin-bottom: 8px;
}
#why-adcetris-page .cta-banner .blue-bg,
#why-adcetris-page .cta-banner.blue-bg {
  background-color: var(--cta-blue-bg);
}
.cta-banner .arrow-link {
  width: fit-content;
}
.science-of-treatment .subheading {
  padding-top: 20px;
}
.science-of-treatment .grouping {
  padding-top: 32px;
}
.science-of-treatment .grouping .main-image {
  display: block;
  margin: 0 auto;
  width: 302px;
  height: 288px;
}
.science-of-treatment .main-image > span {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
}
.science-of-treatment .main-image > span > span {
  box-sizing: border-box;
  display: block;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.cta-banner a.arrow-link span {
  text-transform: none;
}
.science-of-treatment .main-image span > span > img {
  display: block;
  max-width: 100%;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.science-of-treatment .main-image > span > img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.science-of-treatment .grouping .sub-points {
  margin: 0 auto;
  width: 83%;
  padding-top: 32px;
}
.science-of-treatment .grouping .sub-points .icon-with-heading {
  margin-bottom: 16px;
}
.science-of-treatment .grouping .sub-points .icon-with-heading img {
  width: 48px;
  height: auto;
  margin-right: 16px;
}
.science-of-treatment .grouping .sub-points .icon-with-heading h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.science-of-treatment .grouping .sub-points .sub-point-copy {
  margin: 0 0 32px;
}
#the-science-of-adcetris-CHL {
  background-color: var(--bs-body-bg);
  scroll-margin-top: 50px;
}
.science-steps-group {
  padding: 32px 0;
}
.science-steps-group .heading h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.35;
}
.science-steps-group .subheading {
  padding-top: 20px;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btns-container
  p:hover {
  color: var(--cyf-maroon-dark);
  cursor: pointer;
  transition: all 0.2s;
}
.science-steps-group .science-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.science-steps-group .science-step .science-step-image {
  width: 284px;
  margin: 0 auto;
}
.science-steps-group .science-step .science-step-copy {
  margin: 20px auto 10px;
  width: 284px;
}
.science-steps-group .science-step .science-step-copy h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#why-adcetris-page .pair-of-buttons .red-bg,
#why-adcetris-page .pair-of-buttons.red-bg {
  background-color: var(--app-light-background);
}
#why-adcetris-page .pair-of-buttons {
  padding: 40px 0 20px;
}
.pair-of-buttons .button-area p {
  text-align: center;
  margin: 0 auto;
}
.pair-of-buttons .button-area:first-of-type p a {
  margin-bottom: 32px;
}
.pair-of-buttons .button-area p a {
  margin: 0 auto;
}
.pair-of-buttons .cta-btn-red span {
  text-transform: none;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  .icon-content-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  .icon-content-container
  .icon {
  margin-top: 0;
  margin-right: 16px;
}
.chl-tab-slider
  .result-section
  .result-container
  .result-col
  .result-content
  .icon-content-container
  .icon
  img {
  margin-top: 0;
}
#tabAnchor .Effects-Col {
  padding: 48px 16px 24px;
  height: auto;
  background: var(--ap-light-gray);
  border-radius: 5px;
}
.Effects-Col p a .dark-red:hover {
  color: var(--cyf-maroon-dark);
  font-weight: 700;
}
.CHLSideEffects.Effects-Section .Effects-Col h4 {
  font-weight: 600;
}
.CHLSideEffects.Effects-Section .Effects-Col.long-bottom .bullet-list {
  padding-bottom: 0;
}
#tabAnchor .Effects-Col .body-paragraph {
  margin-bottom: 24px;
}
#tabAnchor .Effects-Col .effects-list-title {
  margin: 0 0 8px;
}
/* #tabAnchor .Effects-Col ul {
  padding-bottom: 24px;
} */
.CHLSideEffects.Effects-Section .Effects-Col ul {
  margin-left: 16px;
}
.CHLSideEffects.Effects-Section .Effects-Col ul li {
  font-family: Roboto, sans-serif;
  padding-bottom: 8px;
}
.CHLSideEffects.Effects-Section .effects-glossary-container {
  padding: 56px 15px;
}
.CHLSideEffects.Effects-Section .Effects-Col ul li:before {
  content: "•";
  color: var(--bs-red-anchor);
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#tabAnchor .Effects-Col.long-bottom {
  flex-direction: column;
  margin-top: 0;
  padding: 45px 16px 0;
}
#tabAnchor .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .Effects-Col.long-bottom .body-paragraph {
  margin-left: 0;
}
.CHLSideEffects.Effects-Section .Effects-Col.long-bottom .Effects-Title,
.CHLSideEffects.Effects-Section .Effects-Col.long-bottom p {
  margin-left: 0;
}
.CHLSideEffects.Effects-Section
  .effects-glossary-container
  .glossary-content-container {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.CHLSideEffects.Effects-Section .effects-glossary-container p {
  padding-bottom: 8px;
}
.CHLSideEffects.Effects-Section .effects-glossary-container p {
  margin-bottom: 8px;
}
#tabAnchor .Effects-Col {
  padding: 48px 16px 24px;
  height: auto;
}
#tabAnchor .CHLSideEffects.Effects-Section .Effects-Col {
  background: var(--app-light-gray);
  border-radius: 5px;
  padding: 40px 40px 20px;
  height: auto;
}
.CHLSideEffects.Effects-Section .Effects-Col.long-bottom {
  padding: 28px 40px 24px;
}
.chl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btns-container
  .slider-btn-right {
  background: var(--bs-body-bg);
  border-radius: 49px;
  position: absolute;
  width: 49%;
  height: 45.35px;
  left: 50.5%;
  transition: all 0.5s;
}
.cta-banner .image {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
.CHLSideEffects.Effects-Section .Effects-Col ul li::marker {
  content: "";
}
.chl-tab-slider .result-section .result-container .result-col .result-content h4.no-underline {
    border-bottom: 0;
}
#tabAnchor .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .Effects-Col.long-bottom .body-paragraph {
  padding-bottom: 10px;
}
.CHLSideEffects.Effects-Section .Effects-Col ul {
  padding: 0 28px 32px 0;
  margin: 0 0 0 16px;
  list-style: none;
}
.CHLSideEffects.Effects-Section .effects-glossary-container p:last-of-type {
  padding-bottom: 0;
}
#tabAnchor {
  position: relative;
  scroll-margin-top: 50px;
}
.chl-tab-slider {
  padding: 20px 0;
}
#tabAnchor .Effects-Col a {
  text-decoration: none;
}
.CHLSideEffects.Effects-Section .Effects-Col ul li:last-of-type {
  padding-bottom: 0;
}
.fancybutton:hover {
  background: var(--fancybutton-hover);
  text-decoration: none;
  color: var(--bs-red-anchor);
}
#why-adcetris-page #tab-anchor .Effects-Col .relapsed-paragraph,
#why-adcetris-page #tab-anchor .Effects-Col .stem-paragraph {
  margin-bottom: 10px;
}
#why-adcetris-page #tabAnchor .effect-icon {
  padding: 28px 40px 24px;
}
@media (min-width: 768px) {
  .hero-section.why-adcetris-hero .photo-caption {
    bottom: -50px;
  }
  #why-adcetris-page .single-content-area {
    margin-top: 20px;
  }
  section.thinner-bottom-padding {
    padding-bottom: 50px;
  }
  #why-adcetris-page .single-content-area .button-area {
    margin-top: 20px;
  }
  .CHLSideEffects.Effects-Section .Effects-Col ul.bullet-list {
    margin-left: 47px;
  }
  #tabAnchor .Effects-Col.long-bottom .Effects-Title,
  #tabAnchor .Effects-Col.long-bottom .body-paragraph {
    padding-bottom: 10px;
  }
  .science-of-treatment .heading h2 {
    text-align: center;
  }
  .science-of-treatment .subheading {
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
  }
  #tabAnchor {
    scroll-margin-top: 60px;
  }
  .chl-tab-slider
    .deep-component-container
    .sticky-tab-slider
    .slider-btns-container {
    margin-bottom: 56px;
  }
  .single-content-area .montserrat {
  font-size: 1.25rem;
  color: var(--hero-red-color);
}
  .cta-banner h2 {
    margin-bottom: 22px;
  }
  section.thinner-top-padding {
    padding-top: 48px;
  }
  .science-of-treatment {
    padding: 60px 0 0;
  }
  #the-science-of-adcetris-CHL {
    scroll-margin-top: 60px;
  }
  .science-steps-group {
    padding: 54px 0;
  }
  .pair-of-buttons .button-area:last-of-type p a {
    margin: 0 auto 0 4px;
  }
  .pair-of-buttons .button-area:first-of-type p a {
    margin: 0 4px 0 auto;
  }
  #tabAnchor .CHLSideEffects .Effects-Col.long-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 28px 40px 24px;
    margin-bottom: 32px;
    height: auto;
  }
  #tabAnchor .Effects-Col .Effects-Title {
    padding-bottom: 20px;
  }
  #tabAnchor .relapsed-effect ul {
    padding-bottom: 32px;
  }
  .CHLSideEffects.Effects-Section .effects-glossary-container p {
    padding-bottom: 0px;
  }
  .chl-tab-slider {
    padding-top: 0;
    padding-bottom: 90px;
  }
  #tabAnchor .Effects-Col .body-paragraph {
    margin-bottom: 10px;
  }
  #tabAnchor .Effects-Col.long-bottom .Effects-Title,
  #tabAnchor .Effects-Col.long-bottom .body-paragraph {
    padding-bottom: 10px;
    margin-left: 32px;
  }
  .science-steps-group .heading h2 {
    font-size: 28px;
  }
  .science-steps-group .subheading {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #why-adcetris-page .hero-section.why-adcetris-hero {
    background-image: url("/images/classical-hodgkin-lymphoma/why-adcetris-hero-desktop.jpg");
    background-position: 50%;
  }
  #why-adcetris-page
    .CHLSideEffects.Effects-Section
    .Effects-Col.long-bottom
    .previously-paragraph {
    margin-left: 32px;
    margin-bottom: 16px;
    padding-bottom: 0px;
  }
  #tabAnchor .CHLSideEffects .Effects-Col.long-bottom {
    margin-top: 30px;
  }
  #tabAnchor .CHLSideEffects.Effects-Section .Effects-Col {
    height: 100%;
  }
  .CHLSideEffects.Effects-Section .Effects-Col.long-bottom p {
    margin-left: 32px;
  }
  .hero-section .hero-copy h1 {
    font-size: 44px;
    font-weight: 600;
  }
  .about-adcetris .hero-section.chl-section-hero {
    padding-bottom: 0px;
  }
  .hero-section.why-adcetris-hero .photo-caption {
    bottom: calc(100% - 570px);
  }
  #why-adcetris-page .single-content-area {
    margin-top: 135px;
  }
  .chl-tab-slider h2 {
    margin-bottom: 48px;
  }
  .chl-tab-slider .result-section .result-container .result-col {
    margin-bottom: 30px;
    padding: 35px 70px;
    border-radius: 10px;
  }
  .CHLTab1StudyResults .chl-pu-group-5 .heading img {
    padding-right: 25px;
  }
  #why-adcetris-page
    .chl-tab-slider
    .result-section
    .result-container
    .approximately-treatment {
    padding-top: 35px;
  }
  .science-of-treatment .subheading {
    max-width: 82%;
  }
  .science-steps-group .subheading {
    max-width: 83%;
  }
  .science-of-treatment .grouping .sub-points {
    padding-top: 0;
  }
  .chl-tab-slider .tab-column p {
    margin: 28px 0 32px;
  }
  .chl-tab-slider .result-section .result-container .result-col.effects-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 60px;
    padding-left: 40px;
    margin-top: 0px;
  }
  #tabAnchor {
    scroll-margin-top: 80px;
  }
  .about-adcetris .chl-tab-slider {
    padding: 0 0 112px;
  }
  #why-adcetris-page .cta-banner.desktop-padded-section-top {
    padding-top: 40px;
  }
  #why-adcetris-page .cta-banner.desktop-padded-section-bottom {
    padding-bottom: 40px;
  }
  .cta-banner.callout.desktop-center-vertically .grouping {
    align-items: center;
  }
  .cta-banner.callout .copy {
    padding: 0 0 0 20px;
  }
  .science-of-treatment {
    padding: 80px 0 0;
  }
  .science-of-treatment .grouping .main-image {
    margin-top: 60px;
  }
  #why-adcetris-page .science-steps-group .row .science-step {
    padding-top: 48px;
  }
  .science-steps-group .additonal-copy {
    margin: 32px auto 0;
    max-width: 87%;
  }
  .about-adcetris .pair-of-buttons .cta-btn-red {
    display: block;
  }
  #the-science-of-adcetris-CHL {
    scroll-margin-top: 80px;
  }
  .chl-tab-slider .result-section .result-container {
    padding-right: 0;
    padding-left: 0;
  }
  .chl-tab-slider
    .result-section
    .result-container
    .result-col.effects-col
    .Effects-Icon {
    margin-right: 32px;
  }
  .chl-tab-slider
    .result-section
    .result-container
    .result-col
    .result-content
    .icon-content-container
    .icon {
    margin-right: 36px;
  }
}
