.modal-content {
    display: flex;
    flex-direction: row;
    padding: 40px 15px;
    gap: 25px;
    align-items: center;
}

.modal-img-container {
    height: 350px;
    width: 350px;
    overflow: hidden;
    flex-shrink: 0;
}

    .modal-img-container img {
        overflow: clip;
        padding: 0.5rem;
        width: 100%;
    }

.modal-textarea-container {
    height: 333px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.close {
    font-weight: 700;
    line-height: 1;
    font-size: 22px;
    color: #00539F;
    background: transparent;
    border: 0;
    margin-left: auto;
}

.modal-textarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    flex: 1;
}

.modal-backdrop {
    height: 100%;
}
