.hero .contact-btn a {
    background: var(--accent-color);
    color: var(--contrast-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    margin-top: 1rem;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


section.about {
    padding-top: 120px;
}

@media (max-width: 1200px) {
    section.about {
        padding-top: 60px;
    }
}

/* .hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./../img/bg-hero.webp');
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-attachment: fixed;
    transform: translateZ(0);
  }  */

.call-to-action {
    min-height: 30vh;
  }

.header .btn-getstarted {
    background: none;
    padding: 0;
}

/* .header {
    padding-left: 2rem;
    padding-right: 2rem;
} */