@media screen and (min-width: 960px){

}
@media screen and (min-width: 760px) and (max-width: 959px){

}
@media screen and (max-width: 759px){

}
.containShowServiceArt{
    display: flex;
    flex-direction: row;
}
.sellShowServiceArt{
    width: 33%;
    text-align: center;
}
.sellShowServiceArt img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 3/2;
    border-radius: 15px;
}
.sellShowServiceArt a{
    text-decoration: none;
    color: black;
}