.mavicure-servicios{
    width:100%;
    max-width:1160px;
    margin:0 auto;
    padding:8px 0 0;
    background:#fff;
    font-family:Arial,Helvetica,sans-serif;
    color:#1f1f1f;
    box-sizing:border-box;
}
.mavicure-servicios *{box-sizing:border-box}
.mavicure-servicios-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}
.mavicure-col{min-width:0}
.mavicure-title{
    text-align:center;
    color:#214d2c;
    font-size:24px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 2px;
    letter-spacing:.1px;
}
.mavicure-divider{
    height:31px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4b35b;
    position:relative;
    margin-bottom:5px;
}
.mavicure-divider:before,.mavicure-divider:after{
    content:"";
    height:1px;
    background:#d4b35b;
    width:25%;
}
.mavicure-divider span{
    font-size:29px;
    line-height:1;
    margin:0 8px;
    font-family:Georgia,serif;
}
.mavicure-service{
    min-height:88px;
    display:grid;
    grid-template-columns:58px minmax(0,1fr) 202px;
    align-items:center;
    gap:10px;
    border:1px solid #d6d6d6;
    border-radius:14px;
    margin:0 0 4px;
    padding:5px 4px 5px 5px;
    background:#fff;
    overflow:hidden;
}
.mavicure-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#205c2b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:400;
    font-family:Georgia,serif;
    box-shadow:inset 0 0 0 2px rgba(255,255,255,.06);
}
.mavicure-copy{min-width:0;padding:1px 0}
.mavicure-copy h3{
    margin:0 0 5px;
    font-size:15px;
    line-height:1.08;
    font-weight:800;
    color:#1c1c1c;
}
.mavicure-copy p{
    margin:0;
    font-size:11.7px;
    line-height:1.24;
    color:#252525;
    max-width:100%;
}
.mavicure-photo{
    height:78px;
    border-radius:14px;
    overflow:hidden;
    background:#eee;
}
.mavicure-photo img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.mavicure-bottom-accent{
    width:120px;
    height:14px;
    margin-top:-1px;
    background:linear-gradient(170deg,#d4b35b 0 28%,#205c2b 29% 100%);
    clip-path:polygon(0 55%,100% 0,100% 100%,0 100%);
}
@media (max-width:900px){
    .mavicure-servicios{padding:8px 10px}
    .mavicure-servicios-grid{grid-template-columns:1fr;gap:20px}
    .mavicure-title{font-size:22px}
}
@media (max-width:560px){
    .mavicure-service{
        grid-template-columns:48px minmax(0,1fr);
        padding:6px;
    }
    .mavicure-icon{width:44px;height:44px;font-size:25px}
    .mavicure-photo{
        grid-column:1 / -1;
        height:120px;
        border-radius:10px;
    }
    .mavicure-copy h3{font-size:14px}
    .mavicure-copy p{font-size:11.5px}
}
