.full-width {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px !important;
}

.header-main-container {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3%;
}