.personalInformationForNowCastWrapper {
    width: 100%;
    max-width: 1000px;

}

.personalInformationForNowCastTitle {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 160px 0 90px 0;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
}

.personalInformationForNowCastContent {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.9px;
    margin-bottom: 310px;
    box-sizing: border-box;
    padding: 0 20px;
}


.personalInformationForNowCastInnerSub {
    font-weight: 800;
    font-size: 24px;
}

table {
    width: 400px;
    border-collapse: collapse;
    text-align: center;
    margin-top: 10px;
}

td {
    border: 1px solid #000;
    padding: 10px;
}


@media screen and (max-width: 768px) {
    .personalInformationForNowCastContent {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {

    .personalInformationForNowCastTitle {
        font-size: 26px;
        margin-bottom: 60px;
    }

    .personalInformationForNowCastContent {
        font-size: 12px;
    }

    .personalInformationForNowCastInnerSub {
        font-size: 18px;
    }

    .personalInformationForNowCastContent > table {
        width: 100%;
    }
}