#prevension{
    .about_card{
        p{
            color: #681E77 !important;
            font-size: 14px !important;
        }
        border: 2px solid #681E77;
        border-radius: 6px;
        padding: 7px 19px;
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
        width: 350px;
        min-height: 190px;
    }
}