.elementor-21124 .elementor-element.elementor-element-4dc4e8f7 > .elementor-widget-container{background-color:var( --e-global-color-2f17a9a );margin:14px 14px 14px 14px;padding:18px 18px 18px 18px;}.elementor-21124 .elementor-element.elementor-element-4dc4e8f7{text-align:center;}.elementor-21124 .elementor-element.elementor-element-4dc4e8f7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:300;color:#000000;}.elementor-21124 .elementor-element.elementor-element-18bd4e15{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:300;color:#333333;}.elementor-21124 .elementor-element.elementor-element-540c329a > .elementor-widget-container{background-color:var( --e-global-color-2f17a9a );margin:14px 14px 14px 14px;padding:18px 18px 18px 18px;}.elementor-21124 .elementor-element.elementor-element-540c329a{text-align:center;}.elementor-21124 .elementor-element.elementor-element-540c329a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:300;color:#000000;}.elementor-21124 .elementor-element.elementor-element-3f736c01{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:300;color:#333333;}@media(max-width:767px){.elementor-21124 .elementor-element.elementor-element-4dc4e8f7 .elementor-heading-title{font-size:25px;line-height:1.6em;}.elementor-21124 .elementor-element.elementor-element-540c329a .elementor-heading-title{font-size:25px;line-height:1.6em;}}/* Start custom CSS for html, class: .elementor-element-ddeafc5 */.blog-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-link-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
}

.blog-link-card h3 {
    color: #A30000;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-link-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog-link {
    color: #A30000;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
}

.blog-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .blog-links-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-link-card {
        margin-bottom: 15px;
    }
}/* End custom CSS */