
    .m_boxes, .m_boxes div{ }

    .m_boxes{
        width: 98%;
        margin-left:5px;
        height:75vh;
        display: flex;
        flex-direction: row;
    }

    .m_big{
        flex-grow: 1;
        /*background-color:cornflowerblue;*/
        border-radius:15px;
    }

    .m_small{
        width:300px;
        display:flex;
        flex-direction: column;
    }

    .m_small > div{
        flex:1;
        align-self: stretch;
        margin:3px;
        border-radius:15px;
    }

    .m_small > div:first-child{
        margin-top:0px !important;
    }

    .m_small > div:last-child{
        margin-bottom: 0px !important;
    }


.pnum {
    font-size: 60px;
    padding-top: 35px;
    color: #fff;
    text-align: center;
    padding-bottom: 0px !important;
    font-family: "bebasBold2";
    font-weight: bold;
}

.ptxt {
    position: relative;
    top: -15px;
    padding-top: 0px !important;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: "nexaLight";
}
