.genius-heading-wrapper h1,
.genius-heading-wrapper h2,
.genius-heading-wrapper h3,
.genius-heading-wrapper h4,
.genius-heading-wrapper h5,
.genius-heading-wrapper h6, 
.genius-heading-wrapper p{
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.05em;
  color: #000000;
}
.d-hide{
  display:none;
}
.consecutive-years-module{
  padding: 150px 0;
}
.consecutive-years-section{
  padding: 165px 0 150px; 
  background: #F9F9F9;
  margin-top: -160px;
}
.consecutive-years-module-image{
  text-align: center;
}
.consecutive-years-module .slick-slide img{
  margin:auto;
}
.interactive-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.interactive-slide .slick-track
{
    display: flex !important;
}

.interactive-slide .slick-slide
{
  display: flex;
  height: inherit!important;
  flex-direction: column;
}
.interactive-slide .slick-slide p{

}
.interactive-slide.slick-initialized {
  visibility: visible;
  opacity: 1;    
}
.interactive-slide{
  -webkit-transition: opacity 500s ease-in-out;
  -moz-transition: opacity 500s ease-in-out;
  -ms-transition: opacity 500s ease-in-out;
  -o-transition: opacity 500s ease-in-out;
  opacity: 1;
}
.consecutive-years-module p{
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0;
}
.consecutive-years-btn{
  position: relative;
  top: -32px;
}
.consecutive-years-btn a{
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #000000;
  display: inline-block;
  background-image: url(https://22120960.fs1.hubspotusercontent-na1.net/hubfs/22120960/Assets_2022/right-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}
.mobile-view{
  display:none;
}
@media(max-width:767px){
  .consecutive-years-module .mobile-view{
    padding: 0 20px; 
  }
  .genius-heading-wrapper h1,
  .genius-heading-wrapper h2,
  .genius-heading-wrapper h3,
  .genius-heading-wrapper h4,
  .genius-heading-wrapper h5,
  .genius-heading-wrapper h6,
  .genius-heading-wrapper p{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0;
  }
  .genius-heading-wrapper h1 br,
  .genius-heading-wrapper h2 br,
  .genius-heading-wrapper h3 br,
  .genius-heading-wrapper h4 br,
  .genius-heading-wrapper h5 br,
  .genius-heading-wrapper h6 br,
  .genius-heading-wrapper p br{
    
  }
  .consecutive-years-module{
    padding: 50px 0;
  } 
  .desktop-view{
    display: none; 
  }
  .mobile-view{
   display: block; 
  }
  .consecutive-years-section{
    padding: 156px 20px 52px; 
    margin-top: -160px;
    text-align: center;
  }
  .d-hide{
    display:block;
  }
  .consecutive-years-btn {
    margin-top: 20px;
  }
  .consecutive-years-btn{
    top:0;
  }
  .interactive-slide .slick-slide p{
    font-size:20px;
    padding-left:20px;
    padding-right:20px;
  }
  .consecutive-years-module .mobile-view{
    padding:0;
  }
}