.rpa-challenge-section {
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
    padding: 100px 15px 100px 15px;
}
.rpa-challenge-section h1 {
    color: rgb(55, 53, 47);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    cursor: text;
    display: flex;
    align-items: center;
}
.color-section-one {
    background: #FDF9F5;
    color: rgb(55, 53, 47);
    padding: 20px 20px 20px 50px;
    margin-top: 40px;
    position: relative;
}
.color-section-one p {
    color: rgb(55, 53, 47);
    margin-left: 8px;
}
.rpa-challenge-section p a, .rpa-challenge-section ol li a{
    color:rgba(55,53,47,0.4)
}
.rpa-challenge-section h2{
    display: flex;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    color: rgb(55, 53, 47);
}
.rpa-challenge-section ol{
    padding-left: 25px;
}
.rpa-challenge-section p  {
    color: rgb(55, 53, 47);
    font-family: 'Lato', sans-serif;
}
.rpa-challenge-section ol li{
    color: rgb(55, 53, 47);
    font-family: 'Lato', sans-serif;
    padding: 10px 0 0 10px;
}
.rpa-challenge-section ul li{
    color: rgb(55, 53, 47);
    font-family: 'Lato', sans-serif;
    padding: 10px 0 0 10px;
}
.color-section-two {
    background: #F5FAF9;
    color: rgb(55, 53, 47);
    padding: 20px 20px 20px 50px;
    margin-top: 40px;
    position: relative;
}
.star-icon:before {
    content: '';
    background: url(star.svg) no-repeat;
    background-position: center;
    background-size: 15px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 25px;
}
.rocket-icon:before {
    content: '';
    background: url(rocket.svg) no-repeat;
    background-position: center;
    background-size: 15px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 25px;
}
.challenge-section, .overview-section, .challenge-last-section,.job-descr-section {
    margin:40px 0 20px 0;
}

.j-d-btn {
    color: rgb(55, 53, 47);
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.j-d-btn:after {
    content: '';
    background: url(arrow-right-black.svg) no-repeat;
    background-position: center;
    background-size: 18px;
    height: 20px;
    width: 35px;
    position: absolute;
    top: 5px;
}
.challenge-btn {
    color: rgb(55, 53, 47);
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.pdg-lft {
    padding-left: 25px !important;
}
@media (max-width: 768px) {
    .rpa-challenge-section {
        width: auto !important;
        padding: 70px 20px 80px 20px !important;
    }
}