.header-top-container p {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.header-container img:hover {
    filter: invert(11%) sepia(95%) saturate(7482%) hue-rotate(320deg) brightness(91%) contrast(102%);
}

.header-top-center {
    width: 40%;
    text-align: center;
}

.social-media {
    width: 150px;
}

.header-top {
    padding: 15px 64px;
}

.header-container {
    column-gap: 30px;
    row-gap: 30px;
}

@media (max-width: 1200px) {
    .header-container {
        justify-content: center !important;
    }
}