.estanaqui{
    width: 100%;
    margin: auto;
    padding: 20px 5% 40px 5%;
}
.estanaqui .content{
    display: flex;
    margin: 40px auto;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 160px;
    align-items: center;
}
.estanaqui .col-one{
    width: 40%;
   text-align: center;
}
.estanaqui .col-one img{
    object-fit: contain;
    max-width: 250px;
    width: 90%;

}
.estanaqui .col-two{
    width: 60%;
}
.estanaqui .col-two .title{
    font-size: 32px;
    font-weight: bold;
    align-self: flex-end;
}
.estanaqui .titulo h1{
    font-size: 42px;
    font-weight: bold;
}
@media (max-width:600px) {
    .estanaqui .content {
        display: block;
        margin:auto;
        padding: 15px 0;
    }
    .estanaqui .col-one{
        text-align: center;
    }
    .estanaqui .col-two{
        padding-top: 15px;
    }
    .estanaqui .col-one, .estanaqui .col-two{
        width: 100%;
    }
}		