﻿.modal-return .modal-content {
    padding: 15px;
    background-color: #efefef;
}

.modal-return .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.modal-return h5 {
    font-size: 24px;
    color: #4e4e4e;
    margin: 0;
    margin-bottom: 15px;
                   margin-top:15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 30px;
}

.bold {
    font-weight: bold;
}

.modal-return .modal-footer {
    padding: 0;
    border: none;
    justify-content: center;
}

.modal-return .photo {
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 575.98px) {

    .modal-return .btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

    .modal-return h5 {
        font-size: 19px;
        line-height: 21px;
    }

      .modal-return p {
          font-size: 13px;
      }

}

