.finish-heading{
    margin: 5rem 0 4rem;
    text-align: center;
    color: #d33471;
    font-weight:600;
}
.finish-h2{
    text-align:center;
    font-weight:600;
}
.congrat{
    margin-bottom:2rem;
}
.points{
    color: #d33471;
}
.wrp-btn-end{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.send_results {
    background: none;
    color: #dee2e6;
    text-decoration: underline;
}
.upload-sert, .answer-btn, .send_results{
    margin: 0 auto;
    display:block;
    font-size: 1.4rem;
    border: none;
    border-radius: 0.25rem;
    padding: 0.7rem;
    transition:0.3s ease-in-out;
}
.upload-sert {
    margin-top: 5rem;
    background-color: #d33471;
    color: white;
    
}
.upload-sert:hover {
    opacity: 0.9;
}
.answer-btn {
    margin-top: 2rem;
    color: white;
    background-color:#038a88;
    text-align: center;
}
.answer-btn:hover {
    opacity: 0.9;
    color: white;
}
.upload-sert {
    margin-top: 5rem;
    background-color: #d33471;
    color: white;
}
.send_results {
    margin-top:2rem;
    font-size:1rem;
}
.ya-share-wrp{
    margin-top: 2rem ;
    text-align: center;
    position:relative;
    background-color: #d33471;
    border-radius: 0.25rem;
    transition:0.3s ease-in-out;
}
.ya-share-wrp:hover{
    opacity: 0.9;
}
.ya-share2__list_direction_horizontal{
    width:100%;
}
.ya-share2__item_more{
    width:100%;
}
.ya-share2{
    z-index: 1;
    position: relative;
}
.page-content .ya-share2 .ya-share2__badge_more{
    width:100%;
    border: none;
    padding: 0.99rem;
}
.page-content .ya-share2 .ya-share2__icon_more{
    background-image: none;
}
.ya-share-wrp .share-span{
    position: absolute;
    top: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    z-index:0;
    display: block;
    width: 100%;
}
@media (max-width:768px){
    .ya-share-wrp .share-span{
        top: 5px;
    }
    .page-content .ya-share2 .ya-share2__badge_more{
        padding: 1.5rem;
    }
}
@media (max-width:575px){
    .ya-share-wrp .share-span{
        top: 10px;
    }
    .page-content .ya-share2 .ya-share2__badge_more{
        padding: 0.5rem;
    }
}
@media (max-width:352px){
    .ya-share-wrp .share-span{
        top: 5px;
    }
    .page-content .ya-share2 .ya-share2__badge_more{
        padding: 1.5rem;
    }
}