

/*Privacy and Policy*/

.bottom-striped.container.privacy-content h4 {
    font-size: 18px;
    font-family: 'SourceSansPro-SemiBold';
    color: #F36711;
    line-height: 1.5;
    margin-bottom: 10px;
}

.first-para-mt{
    margin-top: 10px !important;
}

/*Privacy and Policy*/

ul.list-content-participate {
    list-style: none;
    padding: 0px;
    margin:10px 0px 0px 0px;
}

.top-striped-heading {
    margin: 30px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    background: #E2F2FF;
}

.top-striped-heading h3 {
    margin: auto;
    font-size: 18px;
    color: #1C1C1C;
    font-family: SourceSansPro-SemiBold;
    text-transform: uppercase;
}

.bottom-striped div p span.last-date-olympiad {
    color: #f36711 !important;
    font-size: 14px;
    margin-top: 5px;
}


.bottom-striped div p span {
    color: #2B2F54 !important;
    /*font-family: SourceSansPro-SemiBold !important;*/
    font-size: 18px;
    display: block;
}

span.before-text-head {
    color: #f36711;
    font-weight: 800;
    font-size: 20px;
}

ul.list-content-participate h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2B2F54;
}

.last-date-olympiad{
    color: #F58020 !important;
    /*font-family: SourceSansPro-SemiBold !important;*/
    font-size: 16px;
    display: block;
}

.bottom-striped p {
    margin:0px;
    font-family: Sofia-Pro-Regular !important;
    font-size: 14px;
    line-height: 1.5;
}

.bottom-striped p a {
    color: #103c5f;
    margin:0px;
    font-family: Sofia-Pro-Regular !important;
    font-size: 14px;
    line-height: 1.5;
}

ul.list-content-participate li {
    padding: 10px 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 10px 0;
}

.participate-img-box {
    margin-right: 30px;
}

.participate-img-box img {
    width: 200px;
}
@media (max-width:900px){
    ul.list-content-participate li {
        align-items: start;
        flex-direction: column;
    }
}