.container{
    max-width: 100%;
}

.top10-container{
    max-width: 1000px;
    margin: auto;
}

.card{
    flex-direction: column;
    max-width: 340px;
}

#card-girl{
    width: 350px;   
}

.card-logo{
    background-color: white;
    border-radius: 40px;
    padding: 15px 10px 0;
    position: relative;
    top: -30px;
    flex-shrink: 0;
}

/* SM Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* MD Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #h1_text1{
        font-size: 46px;
    }

    #h1_text2{
        font-size: 34px;
    }
}

/* LG Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .card{
        flex-direction: row;
        max-width: 100%;
    }

    #card-girl{
        width: fit-content;
        max-width: 200px;
        padding: 0;
        border-radius: 0%;
    }

    .card-logo{
        position: initial;
        padding: 0px;
        margin: auto;
    }

    .card-img-top{
        padding: 0px 2em ;
        width: 250px;
    }
}
/* XL X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XXL XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  

}