.btn.btn-border-1 {
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  border-radius: 0;
}

.btn.btn-border-1::after, .btn.btn-border-1::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  visibility: hidden;
}

.what-we-offer-text1 h3 {
  color: var(--tfifth-bg-color) !important;
}

@media (max-width: 768px) {
  .no-border-on-sm {
    border: none !important;
  }
}

