.Servicios{
    max-width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    place-items: center;
}

.Servicios h2{
    text-align: center;
}

.Servicios .cartas{
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    place-items: center;
    gap: 20px;
}

.Servicios .cartas .carta{
    background: rgb(18, 18, 18);
    border: 1px solid rgb(46, 46, 46);
    width: 410px;
    height: 452px;
    padding: 32px;
    border-radius: 20px;
}

.Servicios .cartas .carta .icon{
    color: var(--primary-color);
    font-weight: bold;
    background: var(--secondary-color);
    width: 60px;
    height: 60px;
    display: flex;
    place-content: center;
    place-items: center;
    border-radius: 10px;
}

.icon i{
    font-size: 2em;
}


.Servicios .cartas .carta span{
    display: block;
    margin-top: 20px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
}

.Servicios .cartas .carta h4{
    color: var(--text-color);
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Servicios .cartas .carta p{
    color: #8d8d8d;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 100;
}

.Servicios .cartas .carta ul{
    margin-top: 20px;
}

.Servicios .cartas .carta ul li{
    color: #8d8d8d;
    font-size: 0.8em;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 10px;
    margin-left: 20px;
}

.Servicios .cartas .carta ul li::marker {
    color: var(--primary-color);
}
