#inquiryModal .modal-content {
    border: none;
    padding: 15px;
    border-radius: 15px;
}

#inquiryModal .inquiry-right-image {
    position: absolute;
    width: 65%;
    right: 20px;
    top: 20px;
    z-index: 0;
}

.text-margin-top {
    margin-top: 180px;
}

.modal-custom-width {
    max-width: 600px;
}