.autoYMAL .carousel-wrapper {
    width: 100%;
}

.autoYMAL .card{
    height:100% !important;
}

.autoYMAL .card-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.autoYMAL .card-content{
    font-size:16px;
    color: #888888;
    margin-top:15px;
}

.autoYMAL .margin-bottom{
    margin:15px 0;
}

.autoYMAL .imgBankCard {
    width: 100%;
    min-height: inherit;
    max-height: inherit;
    object-fit: cover;
    margin: 10px auto;
    border-top-left-radius: calc(-1px + 0.25rem);
    border-top-right-radius: calc(-1px + 0.25rem);
    padding: 0 15px;
}

.autoYMAL .card-body ul {
    list-style-image: url('/uploads/a07e48f720ede1590e397df198b774f0e73273c2/tick.png');
}

/* Media Query for low resolution  Tablets, Ipads */
@media (max-width: 767px) {
    .autoYMAL .header {
        font-size: 28px;
    }
}

