.quiz-bg{
    background-image: url('../../images/love_quiz/Bg.png');
    /* min-height: 100vh; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.quiz-bg-inner{
    /* background: #bfb8b89e;*/
    padding: 48px 0;
}
.quiz-section-heading {
    text-align: center;
}
.quiz-section-heading .top-heading{
    color: #c91717;
}
.result-detail-box h2{
    color: #c91717;
}
.oto-section-quiz{
    background-color: #c9171799;
    padding: 30px 0;
}
.quiz-oto-outer{
    padding: 30px 0;
    background-image: url('../../images/love_quiz/Heart.png');
    background-position: right;
    background-size: 66% 262%;
    background-repeat: no-repeat;

}
.quiz-oto-inner{
    text-align: center;
    max-width: 545px;
    margin: auto;
    color: #fff;
    padding: 0 20px;
}
.quiz-oto-link , .quiz-oto-link:hover {
    text-decoration: none;
    color: #c91717;
}
.quiz-oto-inner-btn{
    background: #fff;
    padding: 8px 20px;
    max-width: fit-content;
    margin: auto;
    border-radius: 6px;
    border: 2px solid #fff;
    transition: 0.2s;
}
.quiz-oto-inner-btn:hover{
    background: #c91717;
    color: #fff;
}
/* ************* */
.popular-article .boxes .box {
    background: white;
    padding: 10px;
    height: 100%;
    box-shadow: 0px 1px 3px #000;
}
.popular-article .box a {
    text-decoration: none;
}
.popular-article .box p {
    margin: 10px 0;
    color: #160c03;
    text-align: center;
    font-weight: 700;
}
.popular-article .box img {
    height: 250px;
    background-size: cover;
    width: 100%;
    object-fit: cover;
}
.card-title-margin{
    margin-top: -60px;
}
.result-image-box{
    text-align: center;
}
.result-image-box img{
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 180px;
}
.result-image-box2{
    text-align: center;
}
.result-image-box2 img{
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 230px;
}
.result-box{
    margin: 48px 0;
    border: 5px solid #c91717;
    border-radius: 5px;
}
.result-box-inner{
    padding: 30px;
}
.read-more-btn{
    margin: auto;
    text-align: center;
    margin-top: 15px;
}
.read-more{
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    background-color: #c91717;
    padding: 7px 115px;
    border-radius: 5px;
    border: 2px solid #c91717;
    transition: 0.2s;
}
.read-more:hover{
    text-decoration: none;
    color: #c91717;
    background-color: #fff;
}

@media only screen and (max-width: 1023px) {
    .card-title-margin{
        margin-top: -15px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 500px) {
    .read-more{
        font-size: 26px;
        padding: 7px 27px;
    }
    .quiz-oto-outer{
        background-position: center;
        background-size: cover;
    }
}
