
.cardA001{
    background-color: #e02525;
    border-radius: 15px;
    padding: 20px 20px;
    margin: 10px;
    /* width: calc(100% - 20px); */
    /* width: calc(50% - 20px); */
    max-width: 750px;
    margin: 10px auto;
}
@media only screen and (max-width: 1000px) {
    .cardA001{
        /* width: calc(100% - 20px); */
        /* width: calc(50% - 20px); */
    }
}

@media only screen and (max-width: 775px) {
    .cardA001{
        /* width: calc(100% - 20px); */
    }
}
.cardA001 iframe{
    margin: 0 auto!important;
}
.cardA001__title{
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bold;
}
.cardA001__contentIcon{
    display: flex;
    justify-content:center;
}
.cardA001__contentIcon img{
    width: 50px;
    margin: 5px 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 25px;
    background-color: #ffffff;
}
.cardA001__callToAction{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #2daf2d;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 6px;
    margin-top: 20px;
}

.cardA001_body{
    text-align: center;
}
.cardA001_body_title{
    font-family: "Notable", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
}
.cardA001_body_text{
    font-family: sans-serif;
    margin-top: 15px;
    display: inline-block;
    font-size: 19px;
}
.cardA001_m_color_red{
    color: #e02525;
}