/** Shopify CDN: Minification failed

Line 154:0 Unexpected "}"

**/
.real-result-section{
    padding-top:var(--padding-top-des);
    padding-bottom:var(--padding-bottom-des);
    background:var(--bg-color);
}
.result-main-title .heading-section{
    font-size:var(--heading-font-desk);
    color:var(--heading-color);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: arial, sans-serif;
}
.result-main-wrapper .sub-title{
    font-size:16px;
    line-height:1.6;
    margin-bottom:16px;
    color: var(--subtitle-clr);
    font-family: arial, sans-serif;
    margin:0 0 16px 0 ;
}
.for-box-wrapper{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:16px;
    margin-bottom:24px;
}
.box--inner{
    padding:16px;
    background:var(--resultbox-bg);
    border-radius:8px;
    text-align: center;
    font-family: arial, sans-serif;
    width: 100%;
    height: 100%;
}
.result-number{
    font-size:30px;
    line-height:1.5;
    font-weight: 700;
    margin:0;
    color:var(--number-clr);
    font-family: arial, sans-serif;
}
.result-text{
    font-size:14px;
    line-height:1.2;
    margin:0;
    color:var(--res-txt-clr);
    font-family: arial, sans-serif;
}
.box-bottom-text-contaner p {
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 1.6;
    font-family: arial, sans-serif;
    color:var(--box-bototom-txt-clr);
}
.section-image {
    margin-bottom: 24px;
}
.section-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.block-image {
    margin-bottom: 12px;
    border-radius: 35px;
    overflow: hidden;
}
.block-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.image-block-wrapper {
    padding: 16px;
    background:var(--img-block-bg);
    margin-top: 24px;
    border-radius: 8px;
}
.image-main-wrapper .image-block-wrapper:nth-child(1){
    margin-top: 0;
}
.image-block-wrapper p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: var(--img-block-txt-clr);
    margin: 0 0 8px 0;
    font-family: arial, sans-serif;
}
.image-main-wrapper {
    margin-bottom: 24px;
}
.real-result-button{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 448px;
    margin: 0 auto;

}
.real-result-button a{
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.2;
    background: var(--btn-bg);
    color: var(--btn-color);
    padding: 20px 32px;
    border-radius: 30px;
    text-transform: capitalize;
    width: 100%;
    max-height: 40px;
    cursor: pointer;
    max-width: 448px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-family: arial, sans-serif;
}
.real-result-button a:hover {
    background: #8b1219;
}
p.button-top-text {
    font-size: 12px;
    margin: 0 0 24px 0;
    font-style: italic;
    text-align: center;
    line-height: 1.5;
    color:var(--btn-top-txt);
    font-family: arial, sans-serif;
}
    @media (max-width:767px){
        .result-main-title .heading-section{
            font-size:var(--heading-font-mob);
        }
        .real-result-section .block-image{
            border-radius: 14px;
        }
    }
}
