:root {
    --descript-font-size: 7px
}

.work-s1 {
    width: 100%;
    position: relative;
    padding: 0;
}

.inl-text {
    font-size: 14px;
    font-family: serif;
    position: absolute;
    height: 100%;
    top: 0px;
    padding: 50px 40px;
    box-sizing: border-box;
}

.white {
    color: whitesmoke;
}

.dark-filter {
    filter: brightness(0.5);
}

.inl-text p {
    margin: 1px;
}

.h-nav-img {
    margin: 100px 120px;
}
