.section-04{
    font-family: "Lato", sans-serif;
    margin: 0 auto;
}
.section-04 .red-box{
    display: flex;
    width: 773.6px;
    flex-shrink: 0;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    color: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFF);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    background-color: #FF4D4D;
    margin: 0 auto;
    padding:25px 0;
    border-radius: 5px;
    border: none;
}
.section-04 .red-box-arrow{
    width: 13px;
    height: 27px;
    display: inline-block;
}

.section-04 .guaranteed-box{
    max-width: 784px;
    border: 5px solid #FFCA00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 60px auto;
    border-radius: 6px;
    padding: 15px 75px;
}

.section-04 .guaranteed-box .day-text{
    color: var(--heading, #333);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.section-04 .guaranteed-box .day{
    font-weight: 800;
}
.section-04 .guaranteed-box .percent{
    color: #F00;
    font-size: 40px;
    font-weight: 700;
}
.section-04 .guaranteed-box .money-back-logo{
    max-width: 425px;
    height: 425px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}
.section-04 .guaranteed-box .money-back-logo img{
    width: 100%;
}
.section-04 .guaranteed-box .p-text{
    color: var(--Dark, #2C3E50);
    text-align: center;
    font-family: Tahoma;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}
.section-04 .guaranteed-box .blue-text{
    color: #006EFF;
    font-weight: 700;
}
.section-04 .questions-text{
    color: var(--heading, #333);
    text-align: center;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 60px auto;
}
.section-04 .accordion-button img{
    max-width: 27px;
    margin-right: 30px;
}
.section-04 .accordion{
    max-width: 800px;
    margin: 50px auto;
}

@media only screen and (max-width: 1100px) {
    .section-04 .guaranteed-box{
        padding: 10px 45px;
    }
    .section-04 .red-box{
        width: 600px;
        font-size: 25px;
        line-height: 22px;
        padding:25px 0;
    }
}

@media only screen and (max-width: 650px) {
    .section-04 .red-box{
        max-width: 336px;
        font-size: 22px;
        line-height: 22px;
        padding:20px 0;
        align-items: center;
        margin-top:30px;
    }
    .section-04 .red-box-arrow{
        width: 9px;
        height: 18px;
    }

    .section-04 .guaranteed-box{
        max-width: 335px;
        border: 3px solid #FFCA00;
        padding: 20px;
        padding-top: 25px;
        padding-bottom: 0px;
        margin: 40px auto;
    }
    
    .section-04 .guaranteed-box .day-text{
        font-size: 18px;
        line-height: 30px;
        margin: 0;
    }
    .section-04 .guaranteed-box .day{
        font-size: 20px;
        font-weight: 800;
        line-height: 30px;
    }
    .section-04 .guaranteed-box .percent{
        font-size: 20px;
        line-height: 30px;
    }
    .section-04 .guaranteed-box .money-back-logo{
        max-width: 203px;
        height: 203px;
        aspect-ratio: 1/1;
    }
    .section-04 .guaranteed-box .p-text{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .section-04 .guaranteed-box .blue-text{
        font-weight: 400;
        line-height: 25px;
    }
    .section-04 .questions-text{
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
        margin: 20px auto;
        margin-top: 40px;
    }
    .section-04 .accordion{
        max-width: 800px;
        margin: 10px auto;
    }
}