.content{
	position: relative;
	text-align: center;
}
.contenedor{
   display: flex;
     margin:auto;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
display: -webkit-flex;
      flex-wrap: wrap;
   z-index:auto;
margin-top: 20px;
}
.tarjeta{
    background:#fff;
    height: 600px;
    width: 330px;
margin-top: 30px;
}
h1{
    
    margin-top: 40px;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
p{
    color: #232323;
    text-align: left;
line-height: 23px;
    font-weight: 100;
    font-size: 15px;
    margin-left: 40px;
    margin-right: 20px;
    margin-top: -2px;
    width: 210px;
    
}

.tarjeta-1{
    background:#0381cc;
    height: 600px;
    width: 330px;
margin-top: 30px;
    color: black;
}
.tarjeta-1 p{
    color: #fff;
}
.tarjeta h1{
    color: #232323;
}


    .tarjeta{
        height: 590px;
        border-radius: 10px;
    }
    .tarjeta-1{
        border-radius: 10px;
        
    }



.tarjeta i{
    font-size: 45px;
    color:#0381cc;
    margin: auto;
    margin-left: 120px;
}
@media (max-width:768px){

   .tarjeta i{
    font-size: 25px;
    color:#0381cc;
    margin: auto;
    margin-left: 120px;
    margin-left: 140px;
} 
    p{
    color: #232323;
    text-align: center;
    line-height: 23px;
    font-weight: 700;
    font-size: 15px;
    margin-left: 50px;
    margin-right: 0px;
    margin-top: -2px;
    width: 210px;
    
}
    .tarjeta h1, .tarjeta-1 h1{
        font-size: 30px;
        font-weight: 300;
        text-decoration: none;
        margin-right: 60px;
        text-align: center;
        
    }
    .tarjeta{
        height: 490px;
    }

}