﻿.RightPanel_Card {
    background-color: #edebdf;
    padding: 24px 16px;
}

.RightPanel_CardTitle {
    font-size: 1.8em;
    font-family: "Montserrat",Helvetica,sans-serif;
    line-height: 1.25em;
    font-weight: 400;
    color: #1c1f4d;
}

.RightPanel_CardSubTitle {
    font-size: 1.25em;
    font-family: "Montserrat",Helvetica,sans-serif;
    font-weight: 700;
    color: #1c1f4d;
}

.RightPanel_CardText {
    font-weight: 600;
    font-family: "Montserrat",Helvetica,sans-serif;
    color: #949c9d;
}

.ActionIcon {
  font-size: 50px;
  font-weight: 300;
  color: #5c8d9d;
  margin-top: 10px;
}