.index_nav{

    height: 44px;
    min-width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.index_nav img{
    margin-right: 8px;
}
.index_nav span{
    margin-right: 8px;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 18px;
    color: #202536;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.index_03_title{
    margin-left: 15px;
    margin-right: 15px;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 32px;
    color: #202536;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.index_03_subtitle{
    margin-left: 15px;
    margin-right: 15px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #474E65;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.index_03_area{
    margin-left: 15px;
    margin-right: 15px;
}