/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2024 | 08:26:15 */
.sp_none{
    display: none;
}
@media screen and (max-width: 768px){
    .sp_none{
        display: block!important;
    }
}

#scop2022_repo h2,
#scop2022_repo h3,
#scop2022_repo h4,
#scop2022_repo h5{
    font-family: sans-serif;
    margin-bottom:1em;
}
#scop2022_repo em,
#scop2022_repo strong{
    font-style: normal;
}

#scop2022_repo .scop2023_title{
    margin: 0 0 45px;
    font-size: 30px;
    line-height: 1.5em;
    color: #EA55A1;
    font-family: "Century Gothic",sans-serif;
    display: flex;
    align-items: center;
}
#scop2022_repo .scop2023_title::after{
    content: '';
    flex-grow: 1;
    border-top: 2px solid #EA55A1;
    margin: 0 0 0 15px;
}

.sus_inner{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 65px 20px 60px;
    box-sizing: border-box;
    color: #333;
}
.sus_inner .top_text{
    text-align: center;
    margin: 0 0 50px;
}
