@media (max-width: 760px) {
    .trust-company {
        row-gap: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .w-res-175 {
        width: 175px !important;
    }

    .trust-company img {
        height: 100px;
        margin-left: -40px;
    }

    #chatbot-open-container {
        position: fixed;
        bottom: 6.2rem;
        right: 20px;
        background-color: #ff9000;
        padding: 1rem;
        border-radius: 31%;
        width: 4.5rem;
        height: 3.5rem;
        text-align: center;
        cursor: pointer;
        z-index: 1000;
    }

    #chatbot-interface {
        height: 65vh;
        width: 78vw;
        background-color: #e8e0e2;
        border-radius: 1rem;
        position: relative;
        top: -50px;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
        margin-left: 15px;
    }

    .navbar-dark .navbar-brand {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0.55);
        border-color: rgba(255, 255, 255, 0.1);
        position: relative;
        left: 82%;
    }

}