.tarot-reading{
    padding: 48px 0;
}
.heading h1{
    color: #7241ea;
    text-align: center;
    max-width: 920px;
    margin: auto;
    margin-bottom: 30px;
}
.section-heading h2{
    color: #be1ef3;
    text-align: center;
    margin: 0;
}

.footer-main{
    border-top: 1px solid #c9c9c9d4;
}
.tarot-result{
    display: flex;
    max-width: 720px;
    margin: auto;
    background-color: #d3d3d377;
    padding: 15px;
    border-radius: 5px;
}
.tarot-result img{
    max-width: 100%;
    max-height: 100%;
    width: 180px;
    height: auto;
    margin-right: 15px;
    border-radius: 7px;
    box-shadow: 0 0 5px #8b8b8b;
}
.result-details .result-card{
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
.result-details h2{
    color: #be1ef3;
    text-align: center;
}
.tarot-result-box, .card-two {
    display: none;
}
.full-reading{
    text-align: center;
    padding-top: 38px;
    display: none;
}
.full-reading h3{
    color: #be1ef3;
    font-size: 30px;
    margin-bottom: 25px;
}
.full-reading-btn{
    background-color: #ffbc2c;
    color: #fff;
    padding: 9px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    box-shadow: 1px 2px 12px -3px #000;
}
.full-reading-btn:hover{
    background-color: #7241ea;
    color: #fff;
    text-decoration: none;
}
.cards-iamge{
    background-image: url('../../images/tarot-reading/cardbg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* width: 720px; */
    width: 520px;
    margin: auto;
    text-align: center;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.cards-iamge img{
    max-width: 100%;
    max-height: 250px;
    margin: 15px;
}
.result-box{
    max-width: 820px;
    margin: auto;
}
.result-box h2, .result-box h3, .result-box h4, .result-box h5, .result-box h6{
    color: #be1ef3;
}

@media(max-width: 767px){
    .tarot-result{
        display: block;
        text-align: center;
        margin: 0;
    }
    /*.tarot-result .result-details{*/
    /*    text-align: left;*/
    /*}*/
    a.full-reading-btn {
        font-size: 20px!important;
    }
    .result-details{margin-top: 20px;}
    .cards-iamge{padding: 0;}
}
@media(max-width: 400px){
    .cards-iamge img{
        max-width: 100%;
        max-height: 250px;
        margin: 5px;
    }
}