.mobileImg{
    display: none;
}
.titleServices{
    font-family: 'IBM Plex Serif', serif;
    font-size: 50px !important;
    margin-left: 1rem;
}
.subtitleServices{
    margin-left: 1rem;
}
.lineServices{
    margin-left: 1rem;
}
.subtitles {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 55px;
    /* identical to box height, or 172% */

    text-align: center;
    letter-spacing: 0.05em;

    /* Naranja */

    color: #EC9A59;
}

.boxServices {

    border: 1px solid #D9D9D9;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.lineServices{
    height: 1px;
    width: 61%;
}

h3{
    font-family: 'IBM Plex Sans', sans-serif;
}

h4{
    letter-spacing: 0.05em;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px !important;
}

p{
    font-family: 'IBM Plex Sans', sans-serif;
}

a{
    font-family: 'IBM Plex Sans', sans-serif;
}

@media only screen and (min-device-width: 250px) and (max-device-width: 767px) {
    .lineServices{
        display: none;
    }
    .mobileImg{
        display: block;
    }
    .desktopImg{
        display: none;
    }    
    .subtitles{
        font-family: IBM Plex Sans;
        font-size: 15px !important;
    }
    .boxServices {
        border: none;
    } p{
        font-size: 14px !important;
        margin-bottom: 1rem;
    }
    .footerLine{
        margin-top: 4rem !important;
    }
    .lineMobile{
        width: 30%;
    }
}