.no-info{
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    display: grid;
    row-gap: 40px;

    .fa{
        font-size: 48px;
        color: #ee5b01;
    }

    p{
        font-size: 20px;
        font-weight: 500;
    }

    button{
        background: #40A82D;
        color: white;
        border: none;
        border-radius: 5px;
        line-height: 48px;
        font-size: 18px;
        font-weight: 600;
    }
}