#headerdiv.container.w-100 {
    width: !important 100%;
}

#headerdiv {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    margin-top: 7px;
}

#servdiv :hover {
    background-color: blu;
}

hover {
    background-color: blue;
}

.servdiv :hover {
    background-color: blue;
}

.imgdiv sm {
}

#servdiv {
}

#vakjeoeleh {
    position: relative;
    margin-top: 79px;
}