.nav-link:hover {
    color: #ffc036;
    /* border-bottom: 1px solid #ffc036; */
}

.bg-hero {
    width: 100%;
    height: 500px;
    max-height: 500px;
    background: url('/img/bg-hero.webp');
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-hero .container span#typed {
    /* display: block; */
    padding: 10px 15px;
    font-size: 2.5rem;
    color: #ffc036;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-hero .container p {
    opacity: 0.8;
}

.contact-info {
    background-color: #001f3f;
    color: #fff;
}

.contact-info a {
    /* font-size: 1.2rem; */
    text-decoration: none;
}

.top-contact div {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.top-contact div:last-child {
    border-right: 0;
}

.top-contact-right {
    line-height: 1.3;
}

.fw-lighter {
    font-weight: lighter !important;
}

.content {
    font-size: 1.2rem;
}

.content h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bg-info {
    background-color: #3fa9f5;
    color: #fff;
}

#who-we-are p.first {
    padding: 0 0 1rem;
    font-size: 4.5rem;
    color: #727272;
}

#who-we-are p.first span {
    color: #39B54A
}

.text-green {
    color: #39B54A
}

@media (max-width: 820px) {
    .top-contact-right {
        display: none;
    }
}

@media (max-width: 768px) {
    header .container, .container-sm {
        max-width: 750px;
    }

    .container, .container-sm {
        max-width: 670px;
    }
}

@media (max-width: 675px) {}

@media (min-width: 576px) {}

@media (max-width: 430px) {
    p {
        text-wrap: balance;
    }

    .content {
        font-size: 1rem;
    }

    .content h2 {
        font-size: 1.5rem;
    }

    #who-we-are p.first {
        padding: 0 0 1rem;
        font-size: 2.5rem;
    }

    #who-we-are .fs-4 {
        font-size: 1rem !important;
    }

    #our-process p {
        width: 95%;
    }
}
