﻿@charset "UTF-8";

.card.card-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.check-custom {
    position: relative;
    margin-top:  20px;
}

.check-custom::before {
    position: absolute;
    top: 0px;
    left: -25px;
    content: "\2713";
    color: #a90533;
    font-weight: bold;
}