.tdm-title-wrap {
  display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
  margin: 0;
  display: flex;
  gap: 10px;
  
  
 
}
.tdm-title {
  font-family: Canela Deck,serif;
font-weight: 300;
font-style:italic;
font-size: 28px;

letter-spacing: -1%;
      line-height: 1.3;
}

@supports (-webkit-hyphens:none) {
    .tdm-title {
        line-height: 44px;
    }
  .tdm-arrow{
  margin-top: -5px;
    display:none;
}
}

.tdm-title span {
  font-style: normal;
  font-weight: 500;
}



.tdm-arrow svg {
  vertical-align: middle;
}
.tdm-icon img {
  vertical-align: middle;
  display: inline-block;
}

.tms-difference-module > .container {
  max-width: 84rem;
  padding: 24px 0;
  
    @media screen and (min-width:768px){
   padding: 24px 0.875rem;
  
  }
  @media screen and (min-width:1048px){
  padding: 1.875rem 2rem;
  
  }
}

.tmsdm-content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
      background-position: 10%;
  border-radius: 16px;
  text-align: center;
  padding: 60px 0;
  
  @media screen and (min-width:768px){
    padding: 60px 16px;
  }
  
  @media screen and (min-width:1048px){
  padding: 96px 35px;
    background-position: center center;
  }
}



.tdm-heading {
  font-family: Canela Deck,serif;
font-weight: 500;
font-style: Medium;
font-size: 40px;
line-height: 105%;
letter-spacing: -2%;
text-align: center;
color: #ffffff;
margin-bottom: 26px;
   padding: 0 16px;
  
  @media (min-width: 768px) {
 padding: 0;
  
}

@media (min-width: 1048px) {
 
    font-size: 52px;
  line-height: 89%;
  
}
}
.tdm-heading span {
  font-weight: 300;
  color: #FFEFC5;
  font-style: italic;
}
.tdm-description {
  font-family: Canela Deck,serif;
font-weight: 300;
font-style: Light;
font-size: 24px;
line-height: 149%;
letter-spacing: -1%;
color: #ffffff;
margin-bottom: 50px;
   padding: 0 16px;
  
  @media (min-width: 768px) {
 padding: 0;
  
}
  @media (min-width: 1048px) {
  margin-bottom: 55px;
    line-height: 89%;
        display: flex;
    justify-content: center;
    gap: 12px;
  }
}

.tdm-description span {
    display: block;
  
}


.tdm-marquee {
  overflow: hidden;
  width: 100%;
}
.tdm-row {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;

}

.tdm-marquee-inner {
  display: flex;
  width: max-content;
  will-change: transform;
}
.tdm-track {
  display: flex;
  flex-wrap: nowrap;
  
  
}


.tdm-row.reverse{
margin-bottom:0;
}



.tdm-card {
  
  
   min-width: 280px;
  padding: 10px 20px;
  background: #f5f7f9;
  border-radius: 6px;
  
  margin-right: 24px;
  min-height: 60px;
    max-height: 60px;
}

.tdm-icon img,
.tdm-arrow svg {
  display: inline-block;
}
.tdm-track:last-child .tdm-card:last-child {
  margin-right: 0;
}




 .tdm-arrow{
  
    display:none;
}