﻿/* IMAGE SIZE */
.card-img-top,
.Converter-card-img-top {
    max-width: 68px !important;
}

/* MAIN CONTAINER */
.main-shadow-box {
    background: #ffffff;
}

    /* REMOVE BOOTSTRAP CARD SHADOWS */
    .main-shadow-box .card.shadow {
        box-shadow: none !important;
    }

    /* CARD DIVIDERS */
    .main-shadow-box .col-md-4 {
        position: relative;
    }

        .main-shadow-box .col-md-4:not(:nth-child(4))::after {
            content: "";
            position: absolute;
            right: 0;
            top: 24px;
            bottom: 24px;
            width: 1px;
            background: #d6dae0;
        }

.card-text {
    max-width: 260px; /* key fix */
    margin: 0 auto;
}
