.modal{background-color:#fff;border-radius:1.5rem;box-sizing:border-box;display:flex;height:auto;left:50%;max-height:80%;position:fixed;top:50%;transform:translate(-50%,-50%);width:50%;z-index:2000}.modal.small{width:33%}@media (max-width:1200px){.modal.small{width:60%}}@media (max-width:700px){.modal.small{max-height:90%;width:80%}}.modal.large{width:60%}@media (max-width:1440px){.modal.large{width:75%}}@media (max-width:1200px){.modal.large{width:85%}}@media (max-width:700px){.modal.large{max-height:90%;width:90%}}@media (max-width:1200px){.modal{width:75%}}@media (max-width:700px){.modal{max-height:90%;width:90%}}.modal .close-modal{align-items:center;cursor:pointer;display:flex;height:2rem;justify-content:center;margin-right:-.5rem;margin-top:-.5rem;width:2rem}.modal .close-modal img{transition:.2s ease-in-out}.modal .close-modal:hover{background-color:#edeef1;border-radius:1000px}.modal .modal-content{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-items:stretch;max-height:100%;padding:1.5em}.modal .modal-description{color:#687087;max-height:100%;max-height:calc(100% - 12em)}
