@media (min-width: 1px) {

    /*#############################################################*/
    /* ROW ONE - Info Section ###################################
    ############################################################*/

    .top-row-margin {
        margin-top: calc(28.08vw);
    }

    .r1-section {
        padding: calc(6vw) 5.33%;
        text-align: center;
    }

    .r1-title {
        color: rgb(0, 0, 0);
        font-size: calc(5vw);
        font-weight: 600;
        margin-bottom: calc(4vw);
    }

    .r1-text {
        color: rgb(60, 60, 60);
        font-size: calc(3.25vw);
        line-height: 1.6;
        margin-bottom: calc(4vw);
    }

    .r1-labels {
        margin-bottom: calc(4vw);
    }

    .r1-label {
        color: rgb(0, 0, 0);
        font-size: calc(3.25vw);
        line-height: 1.6;
        margin-bottom: calc(2vw);
        font-weight: 600;
    }

        .r1-label:last-child {
            margin-bottom: 0;
        }

}
