.header_left_link {
    width: 140px;
    top: 35%;
}

.header_left_txt {
    position: absolute;
    z-index: 1001;
    color: var(--main-color);
    bottom: 15%;
    transform: translateY(-50%);
    left: 60px;
    font-weight: 600;
}

@media(max-width:992px) {
    .header_left_txt {
        bottom: -5%;
        left: 35px;
    }
}

.header_right_links {
    gap: 20px;
    margin-right: 10px;
}

.header_right_link {
    align-items: center;
    text-align: center;
}

@media(max-width:992px){
    #menu .menu-container .nav-link{
        padding: 5px 15px;
    }
}

@media (max-width: 992px) {
    .top-fv {
        padding-top: 0px;
    }
}