.inner-ac-2a {
    flex: 1 1 48%;

    max-width: 100%!important;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 5px;
    box-sizing: border-box;
    padding:20px;
    margin: 5px;
    

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.inner-ac-2a:hover{
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}


.definition-h{
    font-weight: 600;
}

.bottom-ac-2a{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
}

.right-ac-2a{
    width: 30%;
    height: 50%;

}

.left-ac-2a{

    display: flex;
    flex-direction: column;
    /* padding:5px; */
    width: 90%;
    height: 100%;
}

.img-ico-ac{
    width: 70%;
    height: 70%;
}

.top-ac-2a-l{
    padding: 5px;
    color: rgb(87, 87, 87)!important;
    font-weight: 600;
    font-size: 14px;
}

.bottom-ac-2a-l{
    padding: 5px;
    color: rgb(6, 57, 112)!important;
    font-weight: 700;
    text-decoration: underline;
}

