.tabArt.centerBox{
text-align: center;
}
.tabArt .divArt{
/*border-bottom: 1px solid #ECEFF1;*/
padding: 50px 0px 120px 0px;
box-sizing: border-box;
position: relative;
z-index: 0;
}
.tabArt .divArt:after{
content: "";
display: block;
clear: both;
width: 100%;
height: 1px;
background-color: #ECEFF1;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
max-width: 400px;
}

.tabArt .divArt:last-child:after{
display: none;
}

.tabArt .divArt:last-child{
border: none;
padding-bottom: 0px;
}

.tabArt .divArt .titleCat{
font-size: 30px;
color: #263238;
font-weight: 700;
margin-bottom: 25px;
line-height: 1.3em;
}

.tabArt .divArt:first-child{
padding-top: 0px;
}
.tabArt .divArt .art.boxArt{

}

.tabArt .divArt .art.boxArt .imgArt{
margin-bottom: 50px;
}


.tabArt .divArt .divCatArt .art .artText{
/*border-top: 1px solid #ECEFF1;*/
padding: 50px 0px 100px 0px;
box-sizing: border-box;
position: relative;
z-index: 0;
}

.tabArt .divArt .divCatArt .art .artText:after{
content: "";
display: block;
clear: both;
width: 100%;
height: 1px;
background-color: #ECEFF1;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
max-width: 400px;
}

.tabArt .divArt .divCatArt .art:last-child .artText:after{
display: none;
}

.tabArt .divArt .divCatArt .art:first-child .artText{
border: none;
padding-top:0px
}
.tabArt .divArt .divCatArt .art:last-child .artText{
padding-bottom: 0px;
}
.tabArt .divArt .art .titleArt{
color: #263238;
font-size: 24px;
font-weight: 700;
margin-bottom: 25px;
text-align: center;
}

@media screen and (max-width:1200px){
.tabArt .divArt .titleCat{font-size: 25px}
.tabArt .divArt .divCatArt .art .artText{padding: 30px 0px}
.tabArt .divArt{padding-bottom: 30px}
}

@media screen and (max-width:600px){
.tabArt .divArt .art.boxArt{grid-gap:0px 30px;
grid-template-columns: 112px 1fr;}

}
@media screen and (max-width:470px){
.tabArt .divArt .art.boxArt{grid-template-columns:1fr}
.imgArt{margin-bottom: 20px}
}