
.emp-heading {
    font-size: 2.25em;
}

.left-column {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.right-column {
    float: right;
    width: 50%;
    padding-left: 10px;
}

.left-column img, .right-column img {
    width: 100%;
    margin-bottom: -20px;
    mix-blend-mode: color-burn;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: black;
    text-decoration: none;
    background-color: unset;
    outline: 0;
}

#recruitment-demo-container:hover .center, #ad-demo-button:hover #recruitment-demo-container:hover .center{
    margin-left: -1200px;
    transition: margin-left 12s ease;
}

.scrolling-text-container a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    width: 1300px;
    overflow: hidden;
    background-color: transparent;
    font-family: sans-serif;
    font-weight: 800;
    color: red;
    /* position: absolute; */
}

span.scrolling-ad-text {
    margin-left: 25px;
}

.scrolling-text-container {
    position: absolute;
    width: 33.2vw;
    overflow: hidden;
    margin-top: 80px;
}


    
    .demo-animation-text {
    overflow: hidden;
    padding: 0 4.5vw;
    width: 37.5vw;
}

.scrolling-text-container img {
    height: 43px;
    width: auto;
    margin: 0px -2px 0 7px;
}


@media screen and (max-width: 767px) {
  
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: goldenrod;
    text-decoration: none;
    background-color: unset;
    outline: 0;
}
  
  .left-column, .right-column {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0px;

}
  
}
