/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.article-inner__work {
    display: flex;
    position: relative;
}

/* .work-infomation {
    position: absolute;
    right: -30px;
    top: 0;
    transform: translateX(100%);
    padding-left: 20px;
} */

.work-infomation {
    position: fixed;
    right: 30px;
    top: 85px;
}

@media (max-width: 767px) {
    .work-infomation {
        position: static;
        transform: translate(0);
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}