.elementor-4354 .elementor-element.elementor-element-03a3327{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-ffbe7f2 */.services-areas-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.services-areas-buttons .sa-btn {
    display: inline-block;
    padding: 15px 25px;
    background-color: #fff;
    color: #085DB9; 
    text-decoration: none;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    min-width: 200px;
    transition: background-color 0.3s, transform 0.2s;
    font-size: 18px;
    border: 1px solid #085DB9;
}

.services-areas-buttons .sa-btn:hover {
    background-color: #085DB9;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .services-areas-buttons .sa-btn {
        width: 100%;
    }
}/* End custom CSS */