.target-section {
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px 30px;

  border-radius: 12px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.9;
  text-align: justify; 
}
.target-divider {
  width: 300px;
  border: none;
  border-top: 2px solid #0077cc;
  margin: 40px auto;
}

.target-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #222;
}

.target-section h3 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #444;
  text-align: center;
}

.target-section p {
  font-size: 19px;
  margin-bottom: 24px;
  padding: 0 10px;
}

.target-steps,
.target-prices {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.target-steps li,
.target-prices li {
  margin-bottom: 14px;
  font-size: 18px;
  position: relative;
  padding-left: 28px;
}

.target-steps li::before,
.target-prices li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #28a745;
  font-weight: bold;
}

.target-prices ul {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 17px;
  color: #555;
  list-style: disc;
}

.target-note {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

.target-contacts {
  text-align: center;
  margin-top: 20px;
}

.target-contacts a {
  display: inline-block;
  margin: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.tg-link {
  background-color: #29a9ea;
  color: white;
}

.tg-link:hover {
  background-color: #208ec6;
}

.vk-link {
  background-color: #4c75a3;
  color: white;
}

.vk-link:hover {
  background-color: #3a5f85;
}
@media (max-width: 600px) {
  .target-section {
    padding: 20px 15px;  
    font-size: 18px;     
    line-height: 1.8;
    text-align: left;    
  }

  .target-section p {
    padding: 0;         
  }

  .target-contacts a {
    display: block;     
    margin: 10px auto;   
    width: 80%;
    max-width: 300px;
    text-align: center;
  }
}
