#quoteForm {
    height: 540px; /* Default for desktop */
    position: relative;
    margin-top: 0px;
}

@media (max-width: 1200px) {
    #quoteForm {
        height: 540px; /* For tablets */
    }
}

@media (max-width: 768px) {
    #quoteForm {
        height: 640px; /* For mobile */
    }
}

.custom-fetch-container {
    width: 100%;
    background-color: #f4f4f4;
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 5px;
}

.fetch-banner-image {
    max-width: 100%;
    height: stretch;
    display: block;
    margin: 0 auto;
}

