.freetools-block {
  color: #222222;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;

  .freetool-item {
    max-width: 720px;
    padding: 32px 0 40px 0;
    border-bottom: solid #b3b3a8 1px;
  }

  .freetool-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .title {
    position: relative;

    h2 {
      font-size: 32px;
      line-height: 40px;
      font-weight: bold;
      margin: 0;
    }

    svg {
      position: absolute;
      left: -22px;
      top: 8px;
    }
  }

  .subtitle {
    font-size: 18px;
    line-height: 32px;
  }

  .description {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .featured {
    padding: 32px 0 49px 0;

    .freetool-content {
      gap: 32px;
      border: solid 1px #d9d9d3;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.1);
    }

    .description {
      flex-direction: row-reverse;
      gap: 22px;
    }

    .text {
      padding-top: 24px;
      max-width: 302px;

      p {
        margin-bottom: 24px;
      }
    }

    .freetool-btngroup {
      justify-content: center;
    }

    .feat-mobile {
      display: none;
    }
  }

  .featured-text {
    font-family: "Archivo Black", sans-serif;
    color: #858474;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }

  .text {
    width: 336px;
    font-size: 14px;
    line-height: 24px;

    p {
      margin-bottom: 24px;
    }

    ul {
      margin: 0;
      list-style-type: none;
      display: flex;
      flex-direction: column;
      gap: 8px;
      li {
        position: relative;
        margin-left: 20px;
      }
      li::before {
        content: "•";
        color: #0066ff;
        font-size: 36px;
        position: absolute;
        top: 0;
        left: -20px;
      }
    }
  }

  .freetool-image {
    width: 352px;
    height: 214px;
    line-height: 0;
    a {
      display: inline-block;
      width: 100%;
    }

    img {
      height: 100%;
      width: 100%;
    }
  }

  .freetool-btngroup {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .freetool-btn {
    float: left;
    display: inline-flex;
    flex-direction: column;
  }

  @media (max-width: 769px) {
    .freetool-item {
      border: none;
      padding: 32px 0 57px 0;
    }

    .freetool-content {
      gap: 16px;
    }

    .title {
      h2 {
        font-size: 24px;
        line-height: 32px;
      }
      svg {
        top: 4px;
      }
    }

    .subtitle {
      display: none;
    }

    .description {
      flex-direction: column-reverse;
      gap: 16px;
    }

    .text {
      width: auto;
    }

    .freetool-image {
      height: auto;
      width: 100%;

      img {
        width: 100%;
      }
    }

    .freetool-btngroup {
      margin-top: 16px;
      flex-direction: column;
      gap: 32px;
    }

    .dns-secondary-link {
      border: none;
      margin: 0;
      padding: 0;
    }

    .featured {
      padding: 16px 0 24px 0;
      margin-left: -8px;
      margin-right: -8px;

      .freetool-content {
        padding: 24px 16px 36px 16px;
      }

      .title,
      .featured-text {
        display: none;
      }

      .title.feat-mobile,
      .featured-text.feat-mobile {
        display: block;
      }

      .title.feat-mobile h2 {
        font-size: 32px;
        line-height: 40px;
      }

      .description {
        flex-direction: column-reverse;
      }

      .text {
        padding: 0;
      }

      .freetool-btngroup {
        align-items: center;
        margin: 0;
        gap: 28px;
      }
    }
  }
}
