p {
    font-size: 18px;
    line-height: 28px;
}

.hero-content p {
     font-size: 18px;
    line-height: 28px;
}

.logo {
  max-width: none;
}

@media (max-width: 990px){
.logo {
  max-width: 160px;
}
}

@media screen and (max-width: 767px) {
  .box-btn {
      height: auto;
      padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        
}
}

.footer-area a {
    text-decoration: underline;
}

.footer-area a:hover {
    text-decoration: none;
}

p a {
    color: var(--primary);
}

.hero-content h6 {
  font-size: 28px;
}

