:root {
  --paragraph-radius: 29px;
}

.text-content p {
  margin-bottom: 1.5rem;
  font-size: 1.13rem;
}

.text-content .single-app {
  background-color: transparent;
  border-color: transparent;
}
.secondary-title-h4{
  margin-bottom: .1rem;
}

@media only screen and (max-width: 991px) {
  :root {
    --paragraph-radius: 14px;
  }
  .secondary-title-h3 {
    font-size: 1.55rem;
  }
  .secondary-title-h4 {
    font-size: 1.33rem;
  }
}
