/* --- START CSS BLOCK --- */
.international-focus-section{padding:40px 20px;background-color:#f7f7f7;border-top:5px solid #00563f;font-family:Arial,sans-serif;text-align:center;}
.international-focus-section h2{color:#00563f;font-size:2em;margin-bottom:10px;}
.intro-copy{margin-bottom:30px;font-size:1.1em;color:#444;}
.service-container{display:flex;justify-content:space-around;gap:20px;margin-bottom:40px;}
.service-card{flex-basis:48%;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);}
.service-card h3{color:#b1005a;}
.cta-button{display:inline-block;padding:12px 22px;margin-top:15px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s;text-align:center;}
.primary-cta{background-color:#b1005a;color:#fff;}
.secondary-cta{background-color:#00563f;color:#fff;}
.international-cta-bar{background-color:#eee;padding:25px;border-radius:8px;}
.cta-group{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:20px;}
.final-cta{background-color:#ffc107;color:#333;}
.call-button{background-color:#4CAF50;color:#fff;}
.email-button{background-color:#007bff;color:#fff;}
@media (max-width:768px){.service-container{flex-direction:column;}
.service-card{flex-basis:100%;margin-bottom:20px;}
.cta-group a{width:100%;margin-left:0;margin-right:0;}}
