
.top-content .item{
    background-image: url("../../img/back-DV.jpg");
    background-size: cover;
    box-shadow: 0 0 20px rgb(45 45 45 / 10%);
}
.top-content .item:hover{
    background-image: url("../../img/hover.png");
   
}
.top-content .item h3{
  color: #ca9b40;
}
.top-content .item:hover h3{
    color: #ff0000;
}
.top-content .item  p{
    color: #ca9b40;
}

.top-content  .container{
    max-width: 1090px;
}