.auspicious-main{
    background: url('./assets/bg.jpg'), #2a2a2a;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.auspicious-inner{
    min-height: 100vh;
    background-color: #2a2a2aa8;
}
.list-page-heading{
    background-color: #fff;
    border-top: 1px solid #5a5a5a;
    background-image: url('./assets/cards.png'), url('./assets/Image 2.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}
.list-page-heading-2{
    background-color: #fff;
    border-top: 1px solid #5a5a5a;
    background-image: url('./assets/Image 2.png'), url('./assets/Image 2.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}
.page-heading {
    padding: 30px 0;
    width: 500px;
    max-width: 100%;
}
.page-heading .heading-1{
    text-align: left;
}
.page-heading .heading-2{
    text-align: right;
}
.page-heading-2 {
    padding: 30px 0;
    width: 1000px;
    max-width: 100%;
}
.page-heading-3{
    padding-top: 30px;
    text-align: center;
}
.page-heading-3 img{
    max-height: 150px;
    margin-bottom: -65px;
    box-shadow: 0 0 10px 5px #fff;
    max-width: 100%;
}
.answer-box {
    color: #fff;
    padding-top: 100px;
}
.right-eye-img, .left-eye-img{
    text-align: center;
}
.right-eye-img img, .left-eye-img img{
    max-width: 100%;
    max-height: 100%;
    height: 150px;
}
.left-card-image img{
    max-height: 190px;
}
.question-link, .question-link:hover{
    text-decoration: none;
    color: #000;
}
.question-category-outer{
    box-shadow: 0 0 6px 2px #fff;
    border: 4px solid #7c048a;
    border-radius: 10px;
    background: #fff;
    min-height: 100%;
    height: 100%;
}
.question-category{
    background: #79abf7;
    border-radius: 10px;
    border: 4px solid #fff;
    text-align: center;
    padding: 5px;
    min-height: 100%;
}
.question-category img{
    width: 100%;
    border-radius: 9px;
    border: 2px solid #000;
}
.question-category p{
    margin: 0;
    padding: 5px 0;
    line-height: 16px;
}
.card-image img{
    max-width: 100%;
    cursor: pointer;
}
.card-image{
    transition: 0.5s;
}
.card-image:hover{
    margin: 5px;
}
.question-image{
    max-width: 100%;
    max-height: 150px;
}
.q-heading-outter{
    display: table;
    height: 100%;
}
.q-heading-inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.sub-heading{
    /* padding: 30px 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000;
    -webkit-text-stroke: 0.7px #000; */

    padding: 30px 0;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 0.5px #000;
    text-shadow: 0 0px 8px #e3d7d7;
}
.heading-3{
    display: none;
}

.button{ font-size: 18px; color: #fff; background-color: #000; padding: 15px 30px; border-radius: 50px; text-decoration: none; text-align: center; display: inline-block; transition: 0.5s; box-shadow: 1px 1px 6px 1px #393939; }
.button:hover{ background-color: #750000 !important; color: #fff; }

@media only screen and (min-width:991px) {
    h2 {
        font-size: 30px;
        font-weight: 700;
    }
    h3 {
        font-size: 28px;
        font-weight: 700;
    }
}
@media only screen and (max-width:991px) {
    .q-heading-outter{
        margin: auto;
    }
    .heading-question{
        margin: 0;
        padding-top: 15px;
        text-align: center;
    }
}
@media only screen and (max-width:754px) {
    .list-page-heading,.list-page-heading-2{
        border-top: 1px solid #5a5a5a;
        background-image: url('./assets/Image 2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .page-heading {
        padding: 30px 0;
        width: 100%;
        max-width: 100%;
        background-color: #dfdfdf5b;
    }
    .heading-1, .heading-2{
        display: none;
    }
    .heading-3{
        display: block;
        text-align: center;
    }

    .auspicious-inner h1{ font-size: 22px; letter-spacing: 0;}

    .list-page-heading-2{ background-image: none;}
}
