.enquiry-bottom .content p {
    font-size: var(--fs-nl);
    margin: 0px;
    color: #383b88;
}

.enquiry-bottom .content {
    background-color: white;
    padding: 24px 32px;
    border-radius: 16px;
}

.enquiry-bottom .content button {
    all: unset;
    background-color: var(--violet-darkest);
    font-family: var(--font-bold);
    border-radius: 12px;
    font-weight: 700;
    color: white;
    padding: 16px 0px;
    width: 100%;
    text-align: center;
}

@media (max-width: 1000px) {
    .enquiry-bottom p {
        font-size: var(--fs-md) !important;
    }
}
@media (max-width: 500px) {
    .enquiry-bottom .content {
        background-color: white;
        padding: 14px 22px;
        border-radius: 16px;
    }

    .enquiry-bottom .content button {
        padding: 10px 0px;
    }
}
