.section-02{
    font-family: "Lato", sans-serif;
    margin: 0 auto;
}
.section-02 .sponsors{
    max-width: 790px;
    aspect-ratio: 395/56;
    margin: 40px auto;
}
.section-02 .sponsors img{
    width: 100%;
}
.section-02 .box-row{
    max-width: 1100px;
    margin: 0 auto;
}
.section-02 .box{
    width: 320px;
    height: 399px;
    flex-shrink: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding:25px 20px;
    text-align: left;
    margin: 0 auto;
    border-radius: 10px;
}
.section-02 .box .heading{
    display: flex;
    width: 291.429px;
    height: 22px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Dark, #2C3E50);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}

.section-02 .box .title{
    width: 278.571px;
    height: 74px;
    color: var(--Primaty-Color, #4D99FD);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin:35px auto;
    margin-top:20px;
}
.section-02 .box .des{
    width: 278.571px;
    height: 55px;
    flex-shrink: 0;
    color: var(--Body-Color, #4A4A4A);
    font-family: Tahoma;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}
.section-02 .main-text{
    max-width: 800px;
    color: var(--Dark, #2C3E50);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 70px auto;
    margin-bottom:30px;
}
.section-02 .main-text .blue-text{
    color: #006EFF;
}
.section-02 .p-text{
    max-width: 626px;
    text-align: left;
    color: var(--Dark, #2C3E50);
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 25px auto;
}
.section-02 .here-text{
    color: var(--heading, #333);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
}
.section-02 .steps-container{
    border: 4px dashed #4D99FD;
    border-radius:5px;
    max-width: 1008px;
    margin: 70px auto;
    padding:10px;
}
.section-02 .steps-arrow{
    display: block;
    margin: 0 auto;
    max-width: 67px;
    height: 63px;
    aspect-ratio: 67/63;
}
.section-02 .steps{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 776px;
    margin: 40px auto;
}
.section-02 .steps .heading{
    color: var(--Primaty-Color, #4D99FD);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    text-decoration: underline 2px;
}
.section-02 .steps .title{
    color: #333;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}
.section-02 .steps .des{
    color: #4A4A4A;
    text-align: center;
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.section-02 .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-02 .red-box-arrow{
    width: 13px;
    height: 27px;
    display: inline-block;
}

@media only screen and (max-width: 1100px) {
    .section-02 .red-box{
        width: 600px;
        font-size: 25px;
        line-height: 22px;
        padding:25px 0;
    }
    .section-02 .blue-box{
        font-size: 28px;
        padding:15px 25px;
    }
}

@media only screen and (max-width: 650px) {
    .section-02 .sponsors{
        max-width: 374px;
        aspect-ratio: 374/53;
        margin: 20px auto;
    }
    .section-02 .box{
        width: 335px;
        height: auto;
        padding:25px 20px;
    }
    .section-02 .box .heading{
        width: 316.097px;
        height: 17px;
        font-size: 18px;
        line-height: 15px;
        margin-bottom: 12px;
    }
    
    .section-02 .box .title{
        width: 277px;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        margin:5px auto;
        margin-bottom: 15px;
    }
    .section-02 .box .des{
        width: 277px;
        height: auto;
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .section-02 .row{
        gap: 30px;
    }
    .section-02 .main-text{
        font-size: 20px;
        line-height: 30px;
        margin: 30px auto;
        max-width:400px;
        margin-bottom: 30px;
    }
    .section-02 .p-text{
        font-size: 16px;
        line-height: 25px;
        margin:25px auto;
    }
    .section-02 .here-text{
        font-size: 20px;
        line-height: 15px;
        margin: 10px auto;
        margin-top: 50px;
    }
    .section-02 .steps-container{
        border: 5px dashed #4D99FD;
        border-radius:6px;
        margin: 50px auto;
        padding:0px 25px;
        max-width: 350px;
        padding-bottom: 10px;
    }
    .section-02 .steps-arrow{
        display: block;
        margin: 0 auto;
        max-width: 67px;
        height: 63px;
        aspect-ratio: 67/63;
    }
    .section-02 .steps{
        margin: 30px auto;
    }
    .section-02 .steps .heading{
        font-size: 20px;
        margin-bottom: 0;
    }
    .section-02 .steps .title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .section-02 .steps .des{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .section-02 .red-box{
        max-width: 336px;
        font-size: 22px;
        line-height: 22px;
        padding:20px 0;
        align-items: center;
        margin-top:50px;
    }
    .section-02 .red-box-arrow{
        width: 9px;
        height: 18px;
    }
}