.modal {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    padding: 1.8rem 2.16rem .9rem;
    max-width: 550px;
    margin: 0 10px;
    text-align: center;
}

.modal-title {
    font-family: Quicksand;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.modal-text {
    margin-bottom: 10px;
}
