.superman-card-img {
    object-fit: cover !important;
}

.superman-color-blue {
    color: #1f4272 !important;
}

.superman-color-grey {
    color: darkslategrey;
}

.superman-color-grey-shade01 {
    color: rgb(175, 174, 174);
}

.superman-bg-purple {
    background: #666999;
}

.superman-bg-blue {
    background: #1f4272;
}

.superman-bg-grey-shade01 {
    background-color: rgb(175, 174, 174) !important;
}

.superman-bg-grey-shade02 {
    background-color: rgb(121, 121, 121) !important;
}

.superman-border-green-shade1 {
    border-color: #24706D !important;
    border-width: thin !important;
}

.btn {
    border-radius: 0;
    white-space: normal;
}

.btn:focus {
    box-shadow: none;
}


