hr {
    margin: 1rem 0 !important;
    width: 15vw;
    opacity: 0.5 !important;
}

.pageBg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0) 100%), url("/wp-content/uploads/ProjectLocation.webp") !important;
}
h2 {
    font-weight: normal !important;
}

h3 {
    font-size: 1.2rem !important;
    min-height: 3.2rem;
}

.categoriesIcon {
    height: 6rem;
    margin-bottom: 2rem;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.leftSide {
   overflow: visible;
}

.buttonSecondary.invert {
    color: var(--cream) !important;
    background-color: var(--gold) !important;
    border: 1px solid var(--cream) !important;
}

@media only screen and (max-width: 900px) {
    .main {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
    .leftSide {
        width: unset;
        overflow: unset;
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    .col3 {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        flex-wrap: nowrap;
        justify-content: start;
    }
    .col3 > div {
        width: unset;
        padding: unset;
    }
    .categoriesIcon {
        height: 4rem;
        margin-bottom: .5rem;
    }
    h3 {
        min-height: unset;
    }
    .start_logo{
        width: 200px;
    }
}
@media (max-width: 575.98px){
    .start_logo{
        width: 140px;
    }
    .buttonSecondary.invert{
        padding: 0.5rem 1rem !important;
    }
}