.free-optimization {
  background: #262F35;
  padding: 56px 18px;
}

.free-optimization .free-content-wrapper {
}

.free-optimization .free-content-wrapper .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.free-optimization .free-content-wrapper .text-content .tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 8px;
  /*width: 354px;*/
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 44px;
  color: #fff;
}

.free-optimization .free-content-wrapper .text-content .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 125%;
  /* or 35px */
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.free-optimization .free-content-wrapper .text-content .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 0.7;
}

.free-optimization .free-content-wrapper .text-content .button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.free-optimization .free-content-wrapper .text-content .button-wrapper .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  width: 100%;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  color: #fff;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-shadow: 0px 0.702447px 0.702447px rgba(18, 18, 20, 0.14);
}

.free-optimization .free-content-wrapper .text-content .button-wrapper .button.button--green {
  background: #008556;
}

.free-optimization .free-content-wrapper .text-content .button-wrapper .button.button--transparent {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.free-optimization .free-content-wrapper .box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px 30px;
  margin-top: 56px;
}

.free-optimization .free-content-wrapper .box-content .box {
}

.free-optimization .free-content-wrapper .box-content .box .box__first {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 125%;
  /* identical to box height, or 25px */
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.7;
}

.free-optimization .free-content-wrapper .box-content .box .box__second {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 40.3077px;
  line-height: 125%;
  /* or 50px */
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 6px 0 12px;
}

.free-optimization .free-content-wrapper .box-content .box .box__title {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 125%;
  /* identical to box height, or 25px */
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-top: 12px;
}

.free-optimization .free-content-wrapper .box-content .box .box__description {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  /* or 22px */
  letter-spacing: 0.02em;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .free-optimization {
    margin-top: 150px;
    padding: 65px 18px;
  }

  .free-optimization .free-content-wrapper .text-content .title {
    font-size: 40px;
  }
 
  .free-optimization .free-content-wrapper .text-content .description {
    width: 505px;
  }

  .free-optimization .free-content-wrapper .text-content .button-wrapper {
    flex-direction: row;
  }
  
  .free-optimization .free-content-wrapper .text-content .button-wrapper .button {
    width: auto;
  }
 
  .free-optimization .free-content-wrapper .text-content .button-wrapper .button.button--green {
    width: 200px;
  }

  .free-optimization .free-content-wrapper .box-content {
    flex-direction: row;
    max-width: 1200px;
    margin: 56px auto 0;
  }

}