/*
Theme Name: Hacked Law
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: BluShark Digital
Author URI: https://blusharkdigital.com/
Version: 1.0.0
*/

/* ===============================
   Elder Legacy Press Section
================================= */

.elder-legacy-press-section {
    background: #f3f3f3;
    padding: 80px 0;
}

/* White Box */
.elder-box {
    background: #ffffff;
    padding: 45px 95px;
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
}

/* Row spacing */
.elder-box .row {
    align-items: center;
    
}

/* Image */
.elder-image img {
    max-width: 100%;
    height: auto;
}

/* Heading */
.elder-content h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

/* Paragraph text */
.elder-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 18px;
}

/* Button */
.elder-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    border: 2px solid #1e4d8f;
    color: #1e4d8f;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Button Hover */
.elder-btn:hover {
    background: #1e4d8f;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .elder-box {
        padding: 40px 60px;
    }
}

@media (max-width: 991px) {

    .elder-box {
        padding: 35px 30px;
    }

    .elder-box .row {
      
        text-align: center;
    }

    .elder-content h2 {
        font-size: 32px;
    }

    .elder-text p {
        font-size: 16px;
    }

    .elder-btn {
        margin-top: 15px;
    }
}