.cta_2 {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80vh;
    background-size: cover;
    background-position: center;

}

.cta_2 .content_div {
    align-items: center;
    justify-content: center;
}

.cta_2 h2 {
    color: var(--accent);
    margin-bottom: 25px;
    text-shadow: var(--shadow);
    text-align: center;
    max-width: 800px;
}

.cta_2 .container_img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.cta_2 p {
    color: var(--light-text);
    margin-bottom: 15px;
    max-width: 80%;
    text-align: center;
    max-width: 760px;
}

.cta_2 .primary_button {
    max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}


.cta_2 ul li, .cta_2 ol li, .cta_2 a {
   color: var(--light-text);

}

@media (max-width: 1200px)
{
    .cta_2 .contact_info_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
    }

    .cta_2 .contact_info_container .contact_row:first-of-type {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .cta_2 .contact_info_container .contact_row {
        justify-content: flex-start;
        width: 100%;
        
    }

    .cta_2 .columns .column_2, .cta_2 .columns .column_2 {
        width: 50%;
    }
    
}

@media (max-width: 992px)
{
    .cta_2 .primary_button {
        max-width: 60%;
      
    }
}

@media (max-width: 768px)
{
    .cta_2 .primary_button {
        max-width: 60%;
    }

    .cta_2 p {
        max-width: 100%;
    }


}