img.img-fluid.cat-home-img 
{
    aspect-ratio: 5/4;
    width: 100%;
    object-fit: contain;
    object-position: center;
    object-fit: none;
    background: #fff;
}
.cust-card-body p{font-size:14px !important;}

.art-2 .image-art img
{
    height: auto;
    width: 100%;
    padding: 0 15px;
}

.art-titles{padding: 35px;}
.art-1 .art-title-row
{
    background-color: #8caadb;
}


.art-2 .art-title-row
{
    background-color: #dbc68c;
}

.art-1 .image-art {
    position: relative;
    display: flex;
    align-items: end;
  
}

.art-2 .image-art
{
    display: flex;
    align-items: center;
}

.container-fluid.home-gallery {
    background-color: white;
}

.art-title-row
{
    margin-bottom: 25px;
}



.home-text
{
    background: #004d7a;
    background-image: url(../imgw/images/home-expert-bg.png.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 386px;
    color: #ffffff;
    padding: 50px 0;
}

.home-text .section-title
{
    color: #ffffff;
}

.home-brands
{
    padding-top: 20px;
    background: #ffffff;
}


.carousel-inner
{
    display: flex;
}