.companyImage{
    max-width: 15rem;
    max-height: 15rem;
}

.location{
    gap: 2rem;
}

/* .companyTitle{
    background-color: rgba(141, 122, 122, 0.2);
    border-radius: 1rem;
    border: 1px solid rgba(255, 64, 0, 1);
} */

.companyHeader{
    border-bottom: 1px solid rgba(0, 0, 0, 0.56);
}

.information{
    /* background-color: rgba(0,0,0,0.3); */
    width: 100%;
    padding: 1rem;
}

.information-label{
    font-weight: 600;
}

.social-media{
    gap: 0.5rem;
    /* width: 5rem;
    height: 5rem; */
}

.media-size{
    width: 1.5rem;
    height: 1.5rem;
}

.posts{
    gap: 3rem;
}