p.custom {
    font-size: 30px !important;
    font-weight: bold;
    text-transform: uppercase;
}

#hero {
    z-index: 10;
    position: relative;
}

#hero .left-div h1 {
    color: var(--primary-color);
    font-size: 80px !important;
    padding: 0px;
    line-height: 80px;
}

#hero .hero-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    color: var(--secondary-color);
}

#hero .image img {
    filter: sepia(0) grayscale(0) brightness(1) blur(0px) contrast(1.22) invert(0) saturate(1);
}

#hero .content p:first-child {
    color: var(--quinary-color);
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: 800;
}

#hero .content h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
}

#hero .content .btn {
    font-size: larger;
    padding: 10px 30px;
    background-color: teal;
    border-color: teal;
}

#hero .bottom-separator {
    height: 40px;
    width: 100%;
    overflow: hidden;
    color: var(--secondary-color);
    position: relative;
    top: -40px;
}

#hero .bottom-separator svg {
    transform: scaleY(-1);
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* #about-us h2 {
    font-size: 64px !important;
} */

#about-us p {
    font-size: 20px;
    max-width: 100%;
    width: 600px;
}

#about-us iframe {
    width: 600px;
    height: 315px;
    max-width: 100%;
}

#about-us .btn {
    font-size: larger;
    padding: 10px 30px;
    background-color: var(--quaternary-color);
    border-color: var(--quaternary-color);
}


/* #about-us .bottom-separator {
    color: var(--ternary-color);
    height: 66px;
    width: 100%;
    position: relative;
    top: -66px;
}

#about-us .bottom-separator svg {
    transform: scaleY(-1);
    width: 100%;
    height: 100%;
    overflow: hidden;
} */


@media screen and (max-width: 500px) {
    #about-us iframe {
        height: 250px;
    }
}



#our-services .service i {
    color: var(--primary-color);
    font-size: 75px;
}

#our-services i.far, 
#our-services i.fas,
#our-services a {
    color: var(--quaternary-color);
}

.service {
    height: 100% !important;
    padding: 30px 0px !important;
}


@media screen and (max-width: 992px) {
    #about-us .bulletins {
        column-count: 1;
    }
}


@media screen and (min-width: 992px) {
    #hero .content p:first-child {
        color: var(--quinary-color);
        font-weight: bold;
        font-size: 1.7rem;
        font-weight: 800;
    }
}

#faq h2 {
    padding: 0px;
}

#faq .accordion-button:not(.collapsed) {
    background-color: var(--quaternary-color);
    opacity: 0.9;
    color: var(--secondary-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}