main .record {
    margin-top: 15.3vh;
}

main .record .record__title {
    font-family: Montserrat;
    font-size: 2.6vw;
    font-weight: 700;
    color: #0E143F;
    text-align: center;
}

main .record .record__switch {
    margin: 5.74vh auto 0;
    width: 63%;
    height: 11.87vh;
    border: 1px solid #2E6487;
    border-radius: 5.2vw;
    background-color: #F8FBFD;
    box-shadow: 4px 10px 0 0 #17374A;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

main .record .record__switch-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Geist;
    font-size: 1.4vw;
    font-weight: 500;
    color: #17374A;
    text-transform: uppercase;
}

main .record .record__switch-item + .record__switch-item {
    border-left: 1px solid #7E99AB;
}

@media (max-width: 500px) {
    main .record {
        margin-top: 7.1vh;
    }

    main .record .record__title {
        font-family: Geist;
        font-size: 4.615vw;
        font-weight: 500;
        color: #17374A;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 1.66vh;
    }

    main .record .record__switch {
        width: 91.28vw;
        max-width: 100%;
        height: 3.08vh;
        margin: 0 auto;
        border-radius: 999px;
        background-color: #F8FBFD;
        box-shadow: 1px 2px 0 0 #17374A;
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: hidden;
    }

    main .record .record__switch-item {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Geist;
        font-size: 2.56vw;
        line-height: 1;
        color: #17374A;
        text-transform: uppercase;
    }

    main .record .record__switch-item + .record__switch-item {
        border-left: 1px solid #7E99AB;
    }
}

@media (min-width: 1920px) {
    main .record {
        margin-top: 160px;
    }

    main .record .record__title {
        font-family: Montserrat;
        font-size: 50px;
        font-weight: 700;
        color: #0E143F;
        text-align: center;
    }

    main .record .record__switch {
        margin: 60px auto 0;
        width: 63%;
        height: 124px;
        border: 1px solid #2E6487;
        border-radius: 100px;
        background-color: #F8FBFD;
        box-shadow: 4px 10px 0 0 #17374A;
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: hidden;
    }

    main .record .record__switch-item {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Geist;
        font-size: 27px;
        font-weight: 500;
        color: #17374A;
        text-transform: uppercase;
    }

    main .record .record__switch-item + .record__switch-item {
        border-left: 1px solid #7E99AB;
    }
}
