    .ud-text-content {
  max-width: 1000px;
}

.ud-text-content .tag {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  background: var(--primary-color);
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.ud-text-content h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .ud-text-content h2 {
    font-size: 26px;
    line-height: 38px;
  }
}

.ud-text-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

.ud-text-content .ud-main-btn:hover {
  background: #2748b4;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}