.catalog-section-block{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.catalog-section .catalog-section-image{
    width: 150px;
    height:150px;
}
.catalog-section{
    width: 200px;
    height: 200px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: none;
    flex-wrap: wrap;
}
.catalog-section span{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.catalog-section:hover{
    border: 1px solid #f4910b;
}
