.CC001{
    margin: 10px auto 50px auto;
    position: relative;
    font-family: sans-serif;
    text-align: center;
    max-width: 355px;
}
.CC001_containerBG{
    background-color: #c046f1;
    padding: 15px;
    padding-bottom: 40px;
    max-height: 500px;
    margin-bottom: 19%;
}
.CC001_containerBG img{
    width: 100%;
    max-height: 480px;
}
.CC001_containerCards{
    display: flex;
    justify-content: space-between;
    color: #000;
    position: absolute;
    width: calc(100% - 30px);
}
.CC001_witheCard{
    background-color: #FFF;
    width: 31%;
    max-width: 110px;
    max-height: 90px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.CC001_witheCard img{
    width: 80%;
    height: 80%;
    margin: 10px auto;
    display: block;
}
.CC001_witheCard strong{
    display: block;
    width: 100%;
    font-size: 20px;
}
.CC001_witheCard span{
    width: 100%;
    font-size: 16px;
}
.CC001_containerRRSS{
    display: flex;
    align-items: center;
    justify-content: center;
}
.CC001_containerRRSS a{
    color: #FFF;
    font-size: 30px;
    margin: 11px 10px 0 10px;
}
.CC001_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;
}
.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;
}