.path-master .path-item:nth-child(1) {
    background-color: #061574 !important;
}

.path-master .path-item:nth-child(2) {
    background-color: #1194D2 !important;
}

.path-master .path-item:nth-child(3) {
    background-color: #5886C4 !important;
}

.path-master .path-item:nth-child(4) {
    background-color: #049198 !important;
}

.path-master .path-item:nth-child(5) {
    background-color: #4A6FB6 !important;
}

.path-master .path-item:nth-child(6) {
    background-color: #5BA4C4 !important;
}

.path-master .path-item:nth-child(7) {
    background-color: #EB608A !important;
}

.path-master .path-item:nth-child(8) {
    background-color: #AD9E81 !important;
}

.path-master .path-item:nth-child(9) {
    background-color: #FAA332 !important;
}

.path-master .path-item:nth-child(10) {
    background-color: #EF3735 !important;
}

@media (min-width: 768px) {
    .test-section-hero .container {
        background: url("../html/dist/images/test-hero-img.png") no-repeat bottom right !important;
    }
}