#work .background-orange {
    background-color: #f39200;
}

#work .mobile-only {
    display: block;
}

#work .desktop-only {
    display: none;
}

@media (min-width: 768px) {
    #work .mobile-only {
        display: none;
    }
}

@media (min-width: 768px) {
    #work .desktop-only {
        display: block;
    }
}

@media (max-width: 768px) {
    .background-orange .aw_application.cs {
        text-align: center !important;
    }
}

#work .box-counter-container {
    flex-direction: column;
    height: auto;
    padding-top: 50px;
    align-items: center !important;
}

#work .box-counter {
    text-align: center;
    width: 100%;
    height: 150px;
}

#work .btnSeeWork {
    max-width: 360px;
}

@media (min-width: 768px) {
    #work .box-counter-container {
        height: 250px;
        padding-top: 50px;
        flex-direction: row;
        align-items: start !important;
    }
    #work .box-counter {
        width: 20%;
        height: 250px;
    }
}

#work .box-counter img {
    max-width: 42px;
}

.image-round {
    border-radius: 100%;
}

#work .width-730 {
    width: 100%;
    margin: 0 auto;
}

#work .alliboCnt,
#work .width-950 {
    width: 100%;
    margin: 60px auto;
}

#work .aw_searchBox select {
    background: white;
}

@media (min-width: 768px) {
    #work .width-730 {
        width: 730px;
        margin: 0 auto;
    }
    #work .alliboCnt,
    #work .width-950 {
        width: 950px;
        margin: 60px auto;
    }
}

#work .aw_jobPosting {
    border: thin solid var(--c5);
    padding: 15px;
}

#work .aw_jobList .aw_pager,
#work .aw_application.cs {
    text-align: right;
    color: var(--c2);
}

#work .aw_rush {
    font-size: 12px;
    font-weight: 350;
}

#work .aw_title {
    font-size: 22px;
    font-weight: 600;
}

#work .aw_location {
    font-size: 15px;
    font-weight: 350;
}

.aw_applyLink {
    background-color: #008af2;
    color: white !important;
    transition: background-color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    margin: 14px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.snippet-accordion-img {}

.snippet-accordion-img-box {
    display: flex;
    flex-direction: row;
    scroll-snap-destination: initial;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
}

.snippet-accordion-img-box .col-md-4 {
    width: 100%;
}

.snippet-accordion-img-box .col-md-4 h3 {
    width: 80vw;
}

.snippet-accordion-img-box .col-md-4 img {
    width: 100%;
}

.snippet .text {
    display: block;
    margin-top: 10px;
}

.snippet .toggleText {
    display: none;
}

@media (max-width: 768px) {
    #work .alliboCnt {
        margin: 0 10px;
        width: auto;
    }
    .snippet-main-cnt>.row>div {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .snippet-accordion-img-box .col-md-4 h3 {
        width: auto;
    }
    .snippet .text {
        display: none;
    }
    .snippet .toggleText {
        display: block;
    }
    .snippet-accordion-img {}
    .snippet-accordion-img-box .col-md-4 {
        width: 90%;
    }
}