.care{

}

.care__title{
    text-align: center;
}

.care__description{
    text-align: center;
}

.care__services{
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    margin: 3rem 0;
}

.firstChar{
    color: #1A237E;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (min-width: 481px){
    .care__services{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 4rem;
        margin: 3rem 0;
    }
}
