img.image_resize {
    width: 100% !important;
    height: 140px;

}
.imgP{
    width: 180px !important;
    height: 170px;
    box-shadow: 0px 0px 1px;
    border-radius: 5px;
    padding: 1px;
    text-align: center;
}
a.a_box {
    display: flex !important;
    flex-direction: column-reverse;
    height: 180px;
    width: 180px;
    align-items: center;
}
.a_container {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}