.cover,
.signature {
    text-align: center;
}

.cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
}

.cover img,
.signature img {
    width: 90%;
}

.cover img {
    max-width: 1000px;
}
.signature img {
    max-width: 700px;
}

@media(max-width: 550px) {
    .cover img,
    .signature img {
        padding: 0 2rem;
    }
}

.plan img, .modal-body img {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

img.card-img-top, .img.modal-img {
    max-height: 300px;
    max-width: 100%;
    width: auto;
}

#imgs-dropzone {
    width: 100%;
    height: 250px;
    overflow: auto;
    border-radius: 5px;
}