.modal-quote {
    width: 625px;
    font-size: 15px;
}
.modal-quote .modal-content {
    padding: 30px;
    border-radius: 0;
    border: none;
}
.modal-quote .modal-header {
    border-bottom: none;
    position: relative;
    border-radius: 0;
}
.modal-quote h4 {
    color: #000;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.modal-quote .close {
    position: absolute;
    top: -15px;
    right: -15px;
    text-shadow: none;
    opacity: 0.3;
    font-size: 24px;
}
.modal-quote .close:hover {
    opacity: 0.8;
}

.modal-quote .quote-text {
    font-size: 30px;
    font-style: italic;
}

.modal-quote .quote-author {
    text-align:right;
}

@media screen and (max-width: 767px) {
    .modal-quote h4 {
        font-size: 15px;
    }
    .quote-text{
        font-size: 20px;
    }
}
