
.board-dash {
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    cursor: pointer;
}

.board-dash a {
    color: #333 !important;
    padding: 0 1rem;
}


.out-size-link:nth-child(1) {
    background-color: #e8f5ff;
    color: #0073CD;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
}

@media only screen and (max-width: 768px) {

    .list-group-item {
        position: relative;
        font-size: 16px;
        padding: 30px 20px 20px 0px !important;
    }

    .list-group-item:before {
        content: ' ';
        position: absolute;
        width: 7px;
        height: 7px;
        background-color: #E6E6E6;
        border-radius: 5px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .list-group-item .text-end {
        font-size: 16px;
        color: rgba(147, 147, 147, 1);
    }

    .avatar {
        height: 150px;
        background-size: auto 100%;
    }

    .nav-child {
        background-color: #0265B3;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
    }

    .nav-child .item {
        margin-right: 10px;
    }

    .nav-child .item a:hover {
        color: #FFFFFF;
        font-weight: 600;
    }
}

@media only screen and (min-width: 768px) {

    .list-group-item {
        position: relative;
        font-size: 23px;
        padding: 40px 40px 40px 20px !important;
    }

    .list-group-item:before {
        content: ' ';
        position: absolute;
        width: 7px;
        height: 7px;
        background-color: #E6E6E6;
        border-radius: 5px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .list-group-item .text-end {
        font-size: 16px;
        color: rgba(147, 147, 147, 1);
    }

    .avatar {
        height: 150px;
        background-size: auto 100%;
    }

    .nav-child {
        background-color: #0265B3;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
    }

    .nav-child .item {
        margin-right: 10px;
    }

    .nav-child .item a:hover {
        color: #FFFFFF;
        font-weight: 600;
    }
}
