@font-face {
  font-family: MADE Soulmaze;
  src: url(https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/Dito_July2021/fonts/made-soulmaze.otf);
}

.promo-mechanics-master .button-link{
  width:fit-content;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:24px;
  border:none;
  margin-left:16px;
  margin-top:24px;
  color:#fff;
  padding:12px 16px;
  font-size:20px;
  background-image:url("https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/1216x325and%20more-01.png");
  background-size:cover;
  text-align: center;
  font-family: MADE Soulmaze;
}
.promo-mechanics-master {
 background-color: #FFFFFF;
 padding: 40px 40px 0 40px;
}



.promo-mechanics-container {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}

.promo-mechanics-master .promo-mechanics-container > h1 {
  margin: 0;
  padding 0;
  color: #3E3E3E;
  text-align: center;
  font-family: MADE Soulmaze;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 118.182% */
  background-image: url("https://19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/1216x325and%20more-01.png");
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-mechanics-container .mechanics-content-flex {
 display: flex;
 justify-content: center;
 align-items: center;
}

.promo-mechanics-container .mechanics-content-flex .mechanics-details > h2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */ 
}

.promo-mechanics-container .mechanics-content-flex .mechanics-details > ol li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 180% */
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  
.promo-mechanics-master .promo-mechanics-container > h1 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  }
  
  .promo-mechanics-container .mechanics-content-flex .mechanics-details > h2 {
    font-size: 16px;
  }
  
  .promo-mechanics-container .mechanics-content-flex .mechanics-details > ol li {
    font-size: 14px;
    line-height: 20px;
  }
  
}

@media only screen and (max-width: 800px) {
  .promo-mechanics-container .mechanics-content-flex {
   flex-direction: column; 
  }
}