/* Custom Styles */
h1, h2, h3, h4{
    font-weight:900;
}

.header__block--user {
        margin-left: 20px!important;
}

h1{
    color:#ed1e79!important;
}

.section.background-dark p, .header.background-dark p, .footer.background-dark p{
    color:#999999!important;
} 


a.link-list__link,
.user__login a{
    text-transform: uppercase;
    font-weight: 700;
}

.user__login a{
    color:#ed1e79!important;
}

#section-1649357943917 .feature__image{
    border-radius: 50%!important;
}

@media (max-width: 767px){

    h1, h2, h3, h4{
        line-height:90%;
    }
    
    #section-1649357943917 .feature__image{
        width:178px!important;
    }
     #section-1649357943917 .feature{
        padding: 0 40px;
    }
    
    
}