.swiper-pagination {
    display: none!important;
}

.swiper-pagination-bullet-active {
    background: #C4A154!important;
}

.project-section .section-header-title {
    font-size: 40px;
    margin: 1em 0;
}

.btn-wrapper {
    margin: 1em auto;
    gap: 3em!important;
}

@media only screen and (max-width: 600px) {
    .swiper-pagination {
        position: static;
        display: block!important;
        margin: 1em auto;
    }

    .btn-wrapper {
        display: none!important;
    }

    .project-section {
        padding: 0 1em!important;
    }

    .project-section .section-header-title {
        font-size: 24px!important;
    }

    .contact-form-section {
        padding: 1em!important;
        margin-bottom: 2em;
    }

    .contact-info-title {
        font-size: 24px !important;
    }

    .swiper {
        margin: 1em 0 1em 0!important;
    }
}



.project-grid-wrapper {
    display: none;
}

.btn-wrapper {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 1em;
    margin: auto;
}

.secondary-project-swiper-button-prev, 
.secondary-project-swiper-button-next,
.tertiary-project-swiper-button-prev,
.tertiary-project-swiper-button-next {
    z-index: 2!important;
    position: static;
}