.boardz {
    display: flex;
    justify-content: space-between;
    flex: auto;
}
.boardz ul {
    list-style-type: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0px 4px 0px;
    flex: 1;
}
.boardz ul li {
    margin: 8px 4px 8px 4px;
    padding: 0px;
    flex: auto;
    background-color: #ffffff;
}
.first-sec li img{
    height: 238px;
}
.boardz .img_012{height: 288px;}
.boardz .img-01{height: 304px;}
.boardz ul h1 {
    text-align: center;
    font-size: 23px;
    margin: 10px 0 0 0;
    padding-bottom: 4px;
    /* border-bottom: 1px solid gray; */
    letter-spacing: 1px;
    font-weight: 500;
}
.boardz ul h2 {text-align: center;
    font-size: 19px;
    margin:  0;
    padding-bottom: 4px;
    /* border-bottom: 1px solid gray; */
    letter-spacing: 0.7px;
    font-weight: 400;
    text-transform: capitalize;
}
@media screen and (max-width: 800px) {
    .boardz {
        flex-direction: column;
    }
    .boardz ul li:last-child {
        margin-bottom: 0;
    }
    .boardz ul {
        margin: 0;
        padding: 0;
    }
}

.boardz .col-md-3{padding-left: 0px; padding-right: 0px;}
.fitted ul {
    display: flex;
}
.fitted ul li {
    margin: 4px 4px 4px 4px !important;
}
.boardz img {
    width: 100%;
    height: auto;
}
.beautiful li {
    border: none !important;
    border-radius: 10px;
    background-color: #f1f1f1 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.beautiful li:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}