
.max-container{
    max-width: 900px;
}



.blue{
    color: #1D74E0;
}

.mobile-logo{
    width: 3.02rem;
    height: 3.02rem;
}
.pc-logo{
    width: 44px;
    height: 44px;
}
.pc-title{
    font-size: 48px;
    color: #171717;
    font-weight: 500;
}
.mobile-title{
    font-size: 36px;
    color: #171717;
    font-weight: 500;
}
.excel-text-bg{
    background-color: #DBFF18;
    width: fit-content;
}
.seat-height{
    height: 5rem;
}


.section-3 .number{
    font-size: 1.74rem;
    color: #1D74E0;
    font-weight: 500;
    line-height: 2.44rem;
}
.section-3 .text{
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.25rem;
}

.description-block .title{
    font-size: 1.56rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}
.description-block .desc{
    font-size: 0.88rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
