#cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
}

.flexCenter{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#cont1{
    width:85%;
    margin-left: 7.5%;
    padding: 0;
}

#tarjetas{
    display: none;
}

#cont p{
    height: 1em;
}

#boton{
    margin-top: 40px;
    top: 30px;
}

.services-3-item{
    background: white !important;
    color:black;
    width:100%;
    height: 300px;
}


@media only screen and (max-width: 768px) {
  /* Styles applied when the screen width is 768px or less */
  .services-3-item{
    height: fit-content;
    }
    .services-3-item h3{
        margin-bottom: 0;

    }

#cont1{
    width:95%;
    padding: 0;
    margin-left: 2.5%;
}
}