[id^="projetos-"] {
    scroll-margin-top: 60px;
}

#jgp-projetos-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px;
    background-color: var(--e-global-color-secondary);
    border-top: 2px solid var(--e-global-color-secondary);
}

@media screen and (max-width: 991px) {
    #jgp-projetos-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    #jgp-projetos-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

#jgp-projetos-container .bloco-inicial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-390f1c9);
    padding: 100px;
    height: 301px;
}

@media screen and (max-width: 991px) {
    #jgp-projetos-container .bloco-inicial {
        padding: 50px;
    }
}

#jgp-projetos-container .bloco-inicial-titulo {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.063rem;
    margin-bottom: 0;
    color: var(--e-global-color-text);
}

#jgp-projetos-container .bloco-inicial-titulo::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 192px;
    height: 3px;
    margin-top: 10px;
    background-color: var(--e-global-color-f4bc7ef);
}

#jgp-projetos-container .bloco-inicial-subtitulo {
    color: var(--e-global-color-f4bc7ef);
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3.75rem;
    text-transform: uppercase;

}

#jgp-projetos-container .bloco-projeto {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 301px;
    padding: 0 24px 33px 24px;
    border-left: 1px solid var(--e-global-color-secondary);
    border-right: 1px solid var(--e-global-color-secondary);
    border-top: 0px;
    border-bottom: 0px;
}

#jgp-projetos-container .bloco-projeto {
    background-size: cover;
}

#jgp-projetos-container .titulo-projeto {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.938rem;
    line-height: 1.277rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--e-global-color-59761fa);
    margin-right: 60px;
}

#jgp-projetos-container .subtitulo-projeto {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.938rem;
    line-height: 1.277rem;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--e-global-color-59761fa);
    margin-bottom: 0;
    margin-top: 5px;
}