.fm_customCard {
    max-width: 350px;
    background-color: var(--bkg-color);
    min-height: 477px;
    margin: 0 auto 20px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.19);
}
.fm_customCard .body {
    padding: 23px 30px;
}
.fm_customCard .header {
    background-color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 133px;
}
.fm_customCard .image_container {
    height: 100%;
    position: relative;
}
.fm_customCard .sizer {
    height: 100%;
    width: auto;
    display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.fm_customCard .title {
    flex-grow: 1;
    width: 1px;
}
.fm_customCard .title h3 {
    max-width: 80%;
    color: var(--white);
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 29px;
}
.fm_customCard .icon_image {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 67.66%;
    height: 67.66%;
}
.fm_customCard .cardContent {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
