.tools-seo {
  padding-top: 104px;
  min-height: 100vh;
}
.tools-seo__h2 {
  margin-bottom: 80px;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.tools-seo__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  column-gap: 32px;
}
.tools-seo__about-service {
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  border: 1px solid #ccc;
}
.tools-seo__title {
  font-size: 23px;
  text-align: left;
  font-weight: 500;
  font-family: "Montserrat" , sans-serif;
  line-height: 1.6;
}
.tools-seo__text {
  color: #666;
  font-size: 23px;
  width: 100%;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 24px;
}
.tools-seo__link {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.tools-seo__img {
  width: 48px;
  margin-right: 16px;
}
.tools-seo__span {
  font-size: 23px;
  line-height: 1.6;
}
.blue {
  color: #247cd6;
}
.green {
  color: #00b475;
}
.purple {
  color: #8e269c;
}
.orange {
  color: #ff8901;
}
@media (max-width: 500px) {
  .tools-seo__services {
    grid-template-columns: 1fr;
  }
  .tools-seo__h2 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 39px;
  }
  .tools-seo__about-service {
    padding: 24px;
  }
  .tools-seo__title {
    font-size: 18px;
    line-height: 30px;
  }
  .tools-seo__text {
    font-size: 5vw;
    line-height: 1.6;
  }
  .tools-seo__span {
    font-size: 5vw;
    line-height: 1.6;
  }
  .tools-seo {
    padding: 64px 0px;
    text-align: center;
  }
}
