.offer-modal {
    font-family: 'Rubik';
    font-style: normal;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 25%;
    left: 30%;
    display: none;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 625px;
    background: white;
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    border-radius: 15px;
    padding: 10px;
}

.modal-info, .modal-subtitle, .modal-text {
    align-self: start;
    margin-left: 15px;
}

.info-list {
    margin-left: 20px;
}

.text--bold {
    font-weight: bold;
}

.text--italic {
    font-style: italic;
}

.close-modal {
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}