.full_width_schdule_cta p {
    color: #fff;
}
.upload_results .singlcase {
    display: flex;
    background: #fff;
    text-align: center;
    gap: 5px;
}
.upload_results .singlcase p {
    padding: 2px 0;
    font-size: 13px;
    color: #000;
}
.upload_results .btncont {
    margin: 35px auto;
    text-align: center;
}
/* media page new style */
.media_articles {
    padding-block: 90px;
}
.media_articles h2 {
    color: #777;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}
.media_articles .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.media_articles .mediapost {
    flex-basis: 48%;
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.media_articles .mediapost p {
    font-size: 14px;
}
.media_articles .mediapost img {
    margin: unset;
}
.media_articles .mediapost p:nth-child(1) > a > img, .media_articles .mediapost p:nth-child(1) > iframe {
    max-width: 300px;
    border: 1px solid #777;
}  
.media_articles .mediapost p:nth-child(2) > img {
    max-width: 150px;
}
@media screen and (max-width: 1040px) {
    .media_articles .mediapost {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 980px) {
    .media_articles .mediapost {
        flex-wrap: wrap;
        text-align: center;
        gap: unset;
        justify-content: center;
    }
    .media_articles .mediapost p {
        font-size: unset;
        text-align: center;
    }
    .media_articles .mediapost p:nth-child(1) > a > img, .media_articles .mediapost p:nth-child(1) > iframe {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .media_articles img {
        margin: 1rem auto;
        max-width: 200px;
    }
    .media_articles .mediapost img {
        margin: 0 auto;
    }
}
.page-media .just_content .half div {
    flex-basis: 100%;
    display: flex;
    gap: 10px;
}
.page-media .just_content .half p {
    font-size: 14px;
}
.page-media .just_content .half img {
    margin: unset;
}
.page-media .just_content .half p:nth-child(1) > a > img, .page-media .just_content .half p:nth-child(1) > iframe {
    max-width: 300px;
    border: 1px solid #777;
}
.page-media .just_content .half p:nth-child(2) > img {
    max-width: 150px;
} 
@media screen and (max-width: 767px) {
    .page-media .just_content .half div {
        flex-wrap: wrap;
        text-align: center;
        gap: unset;
    }
    .page-media .just_content .half p {
        font-size: unset;
    }
    .page-media .just_content .half p:nth-child(1) > a > img, .page-media .just_content .half p:nth-child(1) > iframe {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .page-media .just_content .half p:nth-child(2) > img {
        margin: 1rem auto;
        max-width: 200px;
    }
    .full_width_schdule_cta p {
        color: #777;
        margin-inline: 10px;
    }
}