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

    body {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px;
    }

    .container {
        height: fit-content;
        width: fit-content;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 0.260vw 1.953vw #ccc;
        border-radius: 3.25vw;

    }

    .res-div {
        /* height:max-content; */
        padding: 3.90vw 2.6vw;
        border-radius: 3.25vw;
    }

    #res {
        padding: 3.90vw;
        margin: 3.90vw 0;
    }


    #res-ur {
        font-size: 2.29vw;
    }

    #res p {
        height: 9.37vw;
        width: 9.37vw;
        font-size: 2.083vw;
    }

    #res p strong {
        display: inline-block;
        font-size: 7.083vw;
        margin-bottom: 0.68vw;

    }

    #res-txt {
        font-size: 2.083vw;
        line-height: 1;
        width: 26vw;
    }

    #res-txt strong {
        font-size: 3.125vw;
        margin-bottom: 1.953vw;
    }

    .summary {
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 0 3.25vw 3.25vw 0;
        padding: 2.6vw;

        max-height:none;
        min-height: fit-content;
        gap: 0px;
    }

    .summary h2 {
        font-size: 3.12vw;
        margin-bottom: 1.953vw;
    }

    .summary ul{
        height: fit-content;
        gap: 1.3vw;
    }

    .sum-style {
        width: 32.55vw;
        padding: 2.08vw;
        border-radius: 1.04vw;
        font-size: 1.875vw;

    }

    .summary button {
        border-radius: 3.25vw;
        padding: 1.953vw;
        font-size: 2.083vw;
        margin-top: 4.557vw;
    }

    .fa{
        margin-right:0.651vw;
    }

}