.CC003{
    margin: 10px auto 50px auto;
    font-family: sans-serif;
    text-align: center;
    max-width: 500px;
}
.CC003_containerBG{
    background: #C046F1;
    background: linear-gradient(90deg,rgba(192, 70, 241, 1) 50%, rgba(0, 0, 0, 0) 34%);
    position: relative;
    width: 50%;
}
.CC003_containerBG img{
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 12px 0;
}
.CC003_containerRRSS{
    display: flex;
    align-items: center;
    justify-content: center;
}
.CC003_containerRRSS a{
    color: #FFF;
    font-size: 30px;
    margin: 11px 10px 0 10px;
}
.CC003_btn{
    background-color: #c046f1;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px auto;
    border: none;
    height: 40px;
}
.CC001b_container{
    text-align: center;
    font-family: sans-serif;
}
.CC001b_container h1{
    font-size: 3em;
    font-weight: bold;
}
.CC001b_container h3{
    font-size: 1.5em;
    margin: 0;
}
.CC001b_container p{
    font-size: 1.2em;
    margin: 15px;
}
.CC003_conentText{
    text-align: left;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;   
}
.CC003_imgStrong{
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    height: fit-content;
}
.CC003_imgText{
    font-size: 1.1em;
    display: block;
    height: fit-content;
}
.CC003_mainContein{
    display: flex;
}