.single-solution-header{
  height: calc(80vh - var(--heightmenu))
}
.single-solution{
  height: 100%;
}
.single-solution-section-left{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height:100%;
  width: 58%;
  padding: 60px 0 174px 0;
}
.single-solution-section-left *{
  color:white;
}

.solution-image{
  margin-bottom: 38px;
}
.solution-title{
  font-size: 60px;
  line-height: 73px;
  font-weight: 600;
  margin-bottom: 24px;
}
.solution-description{
  max-width: 85%;
  font-family: "Inter";
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 40px;
}

.solution-btn{
  display: flex;
  justify-content: center;
  padding: 18px 36px;
  background: #080357!important;
  box-shadow: 0px 8px 20px rgb(51 51 51 / 20%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  max-height: 54px;
  width: fit-content;
}

.button-text{
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.button-arrow{
  margin-left: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sidebar-solution{
  position: absolute;
  top: 42.7vh;
  right: calc(50vw - 700px);
  height: 150vh;
  margin-right: 0;
  pointer-events: all;
  width: 393px;
}
#sidebar-solution .sidebar-wrapper{
  position: sticky;
  top: 150px;
  display: flex;
  flex-direction: column;
}
#sidebar-solution .sidebar-card{
  background-color: #FCFCFC;
  box-shadow: 0px 10px 20px rgba(34, 34, 34, 0.1);
  padding: 63px 55px 0px 48px;
  width: 393px;
}

.tool-logos{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-top: 22px;
}

.tool-logo{
  margin-right: 24px;
  max-height: 45px;
}

.element-title{
  font-family: Inter
  color: var(--richBlack);
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sidebar-footer-title{
  color: var(--blueJeansColor);
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
}

ul.elements-list{
  padding-left: 30px;
  margin-bottom: 35px;
}

.element-li{
  color: var(--richBlack);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

#sidebar-solution .sidebar-footer{
  background-color: white;
  box-shadow: 0px 10px 20px rgba(34, 34, 34, 0.1);
  padding: 40px 55px 49px 48px;
  width: 393px;
}

.module_16565955792525-margin > #hs_cos_wrapper_module_16565955792525 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1441){
  .single-solution-header {
    height: calc(85vh - var(--heightmenu));
  }
}
@media only screen and (max-width: 1479px){
  #sidebar-solution{
    right: 8%;
  }
  .single-solution-section-left{
    padding-top:25px;
  }
}

@media screen and (max-width: 1215px){
  #sidebar-solution{
    position: relative;
    height: auto;
    top: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20vh;
    margin-bottom: 100px;
    max-width: 690px;
    width: 100%;
  }
  #sidebar-solution > .sidebar-wrapper{
    position: absolute !important;
    max-width: 100%;
  }
}
  
@media screen and (max-width: 814px){
  .tab-content h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .single-solution-header{
    height: 100vh
  }
  .single-solution-section-left{
    width:100%;
    padding: 0;
    justify-content: center;
  }
  
  .solution-title{
    font-size:36px;
    line-height: 46px;
  }
  .solution-description{
    font-size: 18px;
    line-height: 30px;
  }
  #sidebar-solution{
    position: relative;
    height: auto;
    top: unset;
    margin: -35vh auto 100px;
    width: 100%;
    right: 0;
  }
  /*Moved to max width 1215
   * .sidebar-wrapper{
    position: absolute !important;
    max-width:100% !important;
  }*/
  .sidebar-card{
    max-width: 100%;
  }
  .solution-image{
    margin-bottom: 25px;
  }
  .solution-title{
    margin-bottom: 21px;
  }
  .solution-description{
    margin-bottom: 25px;
    width: 100%;
  }
  #sidebar-solution .sidebar-card{
    padding: 31px 27px 25px 24px;
  }
  .sidebar-footer{
    max-width: 100%;
  }
  ul.elements-list{
    margin-bottom: 17px;
  }
  #sidebar-solution .sidebar-wrapper{
    top: 170px;
  }
}
  
  
  
  
  