@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 {
  background: #fff;
  width: 100%;
}
.promo-mechanics-container {
  max-width: 1440px;
  margin: 0 auto;
}
.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: space-between;
 align-items: center;
}

.promo-mechanics-container .mechanics-content-flex .mechanics-details > h2 {
  color: #000;
  font-family: Outfit, Open Sans, sans-serif !important;
  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-family: Outfit, Open Sans, sans-serif !important;
  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;
  font-family: Outfit, Open Sans, sans-serif !important;
  }
  
  .promo-mechanics-container .mechanics-content-flex .mechanics-details > h2 {
    font-family: Outfit, Open Sans, sans-serif !important;
    font-size: 16px;
  }
  
  .promo-mechanics-container .mechanics-content-flex .mechanics-details > ol li {
    font-size: 14px;
    line-height: 20px;
  }
  
}
.mechanics-image {
  width: 50%;
  max-width: 600px;
}
@media only screen and (max-width: 800px) {
  .promo-mechanics-container .mechanics-content-flex {
   flex-direction: column; 
    justify-content: center;
  }
  .mechanics-image {
    width: 80%;
    max-width: 600px;
  }
}
.header-image {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 24px;
}