@media (max-width: 915px) {
    body {
        height: 100%;
    }

    .tip-card {
        width: 480px;
        height: 850px;
    }

    .content-tip-card {
        height: 100%;
    }

    .select-tip-button {
        width: 100%;
    }
    
    .content-tip-card {
        width: 100%;
        flex-direction: column;
    }

    .tip-information {
        width: 100%;
    }

    .tip-result {
        padding: 40px 35px 40px 35px;;
        width: 100%;
        height: 100%;
    }

    .input-information {
        width: 100%;
        margin-bottom: 15px;
    }

    .button-reset {
        width: 100%;
    }
}

@media (max-width: 485px) {
    body {
        padding: 5px 0 0 0;
    }

    .tip-card {
        height: 100%;
        width: 100%;
        padding: 25px 30px 25px 30px;
        border-radius: 25px 25px 0 0;
    }

}

@media (max-width: 375px) {
    .p-tip-amount-person {
        font-size: 40px;
    }
    
    .p-tip-amount-total {
        font-size: 40px;
    }

}