.sales-tools-page {
  margin-bottom: 50px;
}

.sales-section-title {
  padding-top: 25px;
  margin: 0;
  color: #387d82;
  font-size: 24px;
  font-weight: 700;
}

.sales-tools-page .hline {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sales-tool-col {
  margin-bottom: 10px;
}

.sales-tools-page .toolSection {
  padding: 10px 10px 20px 10px;
  text-align: center;
}

.sales-tools-page .toolSection img {
  display: block;
  width: 100%;
  height: auto;
}

.sales-tools-page .toolSection a {
  text-decoration: none;
  color: #000;
}

.sales-tools-page .toolSection a:hover,
.sales-tools-page .toolSection a:focus {
  color: #387d82;
  text-decoration: none;
}

.sales-tools-page .salesTool {
  padding: 8px 0 0 0;
  text-align: center;
}

.sales-tools-page .salesTool h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.sales-tools-page .optionList {
  margin: 8px 0 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

.sales-tools-page .optionList a {
  color: #387d82;
}

.sales-tools-page .followInstagram {
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.sales-tools-page .followInstagram img {
  display: block;
  margin: 20px auto;
  max-width: 450px;
  width: 90%;
  height: auto;
}

.sales-tools-page .salesTool {
  padding: 10px 0 0 0;
  text-align: center;
}

.sales-tools-page .salesTool h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.sales-tools-page .toolDescription {
  margin: 8px auto 0;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.45;
  color: #666;
  text-align: center;
}

.sales-tools-page .toolSection img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .sales-tools-page .salesTool h4 {
    font-size: 18px;
  }

  .sales-tools-page .toolDescription {
    font-size: 13px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .sales-section-title {
    font-size: 26px;
  }

  .sales-tools-page .toolSection {
    padding: 10px 0 24px 0;
  }

  .sales-tools-page .salesTool h4 {
    font-size: 21px;
  }

  .sales-tools-page .optionList {
    font-size: 12px;
  }
 
 .sales-tools-page .salesTool h4 {
    font-size: 22px;
  }

  .sales-tools-page .toolDescription {
    font-size: 13px;
    max-width: 100%;
  }
}
