       .pros_cons-wrapper {
       display: flex;
       align-items: start;
       flex-direction: column;
       }

       .category_breadcrump_wrapper {
    border: 1px solid #e7e7e7;
    width: 300px;
    padding: 10px;
    height: fit-content;
}

.category_breadcrump_wrapper-body img {
    max-width: 250px;
    max-height: 250px;
}

.category_breadcrump_wrapper-header {
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.category_breadcrump_wrapper a:hover {
    text-decoration: none;
}

.category_breadcrump_wrapper-body {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.category_breadcrump_wrapper:hover {
    box-shadow: 8px 6px 13px 0px #95959538;
}