@media (max-width: 767px) {
    #about-banner {
        height: 730px;
    }
    .renting-dog .col-md-8 h6 {
        text-align: center;
    }
    .renting-dog .col-md-8 img {
        width: 100%;
        height: auto;
    }
    .search-results-dogs {
        padding-top: 15px;
    }
    #gform_6 li label {
        font-weight: 600;
    }
    .name_first label,
    .name_last label {
        display: none;
    }
    #gform_6 li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #field_6_7 li {
        flex-direction: row;
        gap: 15px;
        margin-top: 15px;
    }
    #gform_6 li .ginput_container {
        width: 100%;
    }
    .footer-bottom-img {
        gap: 40px;
        flex-direction: column;
    }
    .gform_page_footer.top_label input {
        width: 100%;
    }
}