#content img{
    max-width: 100%;
    object-fit: contain;
    object-position: right;
    max-height: 33%;
}

#content{
    margin-bottom: 4em;
    margin-top: 35vh;
}

@media (max-width: 767px){  
    .button{
        width: 60vw;
    }

    .mb-5{
        margin-bottom: 0 !important;
    }
}

@media (max-width: 576px) {
    #content{
        margin-top: 15vh !important;
    }
    .d-sm-flex, #picture{
        display: none !important;
    }
    #content img{
        object-position: left;
    }
}