#featured-insights {
    background-color: #1f1f1f;
    background-image: url("../assets/images/crosshairs/grey-crosshairs-full.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    overflow: hidden;
    padding-bottom: 0px;
}

#featured-insights h2 {
    text-align: left;
    margin-bottom: 0px;
    color: #fff;
    width: 60%;
    margin-left: 15%;
}

#featured-insights p {
    text-align: left;
    margin-bottom: 0px;
    width: 50%;
    margin-left: 15%;
    color: #fff;
}

#featured-insights h4 {
    color: white;
    margin-bottom: 2rem;
}

#featured-insights .header-p {
    margin-bottom: 6em;
}

#featured-insights .image-text-grid {
    width: 70%;
    margin-left: 15%;
    gap: 4rem;
}

#featured-insights .grid-item p {
    width: 100%;
    margin-left: 0px;
}

#featured-insights .text-content {
    width: 70%;
    margin-left: 15%;
}

#featured-insights .text-content p {
    margin-bottom: 0px;
}

#featured-insights .grid-item {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
    #featured-insights h2 {
        width: 70%;
        margin-left: 15%;
        font-size: 2.8rem;
    }

    #featured-insights p {
        width: 60%;
        margin-left: 15%;
    }

    #featured-insights .image-text-grid {
        width: 80%;
        margin-left: 10%;
        gap: 3rem;
    }

    #featured-insights .text-content {
        width: 80%;
        margin-left: 10%;
    }
}

@media (max-width: 768px) {
    #featured-insights {
        padding: 40px 0;
    }

    #featured-insights h2 {
        width: 85%;
        margin-left: 7.5%;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    #featured-insights p {
        width: 85%;
        margin-left: 7.5%;
        text-align: center;
        font-size: 0.95rem;
        margin-bottom: 3rem;
    }

    #featured-insights .image-text-grid {
        width: 85%;
        margin-left: 7.5%;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    #featured-insights .text-content {
        width: 85%;
        margin-left: 7.5%;
        text-align: center;
    }

    #featured-insights button {
        margin: 20px auto;
        padding: 12px 24px;
        font-size: 1rem;
    }

    #featured-insights .header-p {
        margin-bottom: 1em;
    }
}

@media (max-width: 480px) {
    #featured-insights {
        padding: 30px 0;
    }

    #featured-insights h2 {
        width: 90%;
        margin-left: 5%;
        font-size: 1.8rem;
    }

    #featured-insights p {
        width: 90%;
        margin-left: 5%;
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 2.5rem;
    }

    #featured-insights .image-text-grid {
        width: 90%;
        margin-left: 5%;
        gap: 1.5rem;
    }

    #featured-insights .text-content {
        width: 90%;
        margin-left: 5%;
    }

    #featured-insights button {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

@media screen and (orientation: landscape) and (max-height: 900px) {
    #featured-insights .header-p {
        margin-bottom: 1em;
    }

    #featured-insights h2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    #featured-insights h4 {
        font-size: 1.3rem;
    }
}
