main {
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-family: "Lato", sans-serif;
}

.section-01 .top-text {
    max-width: 1058px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Body-Color, #4A4A4A);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin: 0 auto;
}

.section-01 .middle-text {
    max-width: 1060px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Dark, #2C3E50);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin: 20px auto;
    margin-top: 5px;
    text-wrap: wrap;
}

.section-01 .blue-box {
    display: flex;
    max-width: 744px;
    background-color: #4D99FD;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0 auto;
    padding: 15px 45px;
    border-radius: 8px;
    box-shadow: 0px 0.5px 4px black;
}

.section-01 .image {
    max-width: 334px;
    max-height: 594px;
    margin: 40px auto;
}

.section-01 .image img {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.section-01 .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-01 .red-box-arrow {
    width: 13px;
    height: 27px;
    display: inline-block;
}

.section-01 .warning-image {
    max-width: 634px;
    margin: 30px auto;
}

.section-01 .warning-image .warning-image-des {
    width: 100%;
}

.section-01 .warning-image .warning-image-mob {
    display: none;
}

/* .section-01 .warning-text{
    max-width: 904px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Body-Color, #4A4A4A);
    font-size: 24px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin: 40px auto;
}
.section-01 .warning{
    color: var(--Orange, #F39C12);
} */

/* .section-01 .warning-box{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 622px;
    border-radius: 5px;
    border: 4px dashed #333;
    background: #FFCA00;
    margin: 0 auto;
    padding:1px 5px;
    margin: 40px auto;
}
.section-01 .warning-box img{
    max-width: 58px;
}
.section-01 .warning-box p{
    color: #4A4A4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin:0;
}
.section-01 .warning-box .warning-text{
    color:#2C3E50;
    font-weight: 800;
} */

@media only screen and (max-width: 1100px) {
    .section-01 .red-box {
        width: 600px;
        font-size: 25px;
        line-height: 22px;
        padding: 25px 0;
    }

    .section-01 .blue-box {
        font-size: 28px;
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 650px) {
    main {
        padding: 20px 12px;
        padding-bottom: 7px;
    }

    .section-01 .top-text {
        max-width: 334px;
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
    }

    .section-01 .middle-text {
        max-width: 378px;
        color: var(--Dark, #2C3E50);
        font-size: 22px;
        line-height: 28px;
        margin: 20px auto;
        margin-bottom: 30px;
    }

    .section-01 .blue-box {
        max-width: 335px;
        font-size: 16px;
        line-height: 30px;
        padding: 10px 3px;
    }

    .section-01 .image {
        margin: 40px auto;
    }

    .section-01 .red-box {
        max-width: 336px;
        font-size: 22px;
        line-height: 22px;
        padding: 20px 0;
        align-items: center;
    }

    .section-01 .red-box-arrow {
        width: 9px;
        height: 18px;
    }

    .section-01 .warning-image .warning-image-des {
        display: none;
    }

    .section-01 .warning-image {
        max-width: 450px;
        margin: 30px auto;
    }

    .section-01 .warning-image .warning-image-mob {
        display: block;
        width: 100%;
    }

    .warning-image-mob {
        width: 80% !important;
        margin: 0 auto !important;
    }

    /* .section-01 .warning-text{
        font-size: 16px;
        line-height: 25px;
        max-width: 335px;
        margin-top: 30px;
    } */
    /* .section-01 .warning-box{
        padding:3px 5px;
        margin-top: 30px;
    }
    .section-01 .warning-box img{
        max-width: 50px;
    }
    .section-01 .warning-box p{
        font-size: 13px;
        line-height: 18px;
    } */
}