.greview:hover {
    color: #ff9800;
    text-decoration: underline;
}

@media (max-width: 480px) {
    #head-btn {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-self: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #head-btn-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    #feature-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-self: center;
        justify-content: center;
        align-items: center;
        /* background-color: blueviolet; */
    }

    #greview-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #companies-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}