.widget-snippet .album-section{
     padding:0px 20px 50px 20px;
}
.widget-snippet .albums-container{
     max-width:1100px;
     width:100%;
     margin:0 auto;
}

.widget-snippet .albums-container .sec-title{
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom-width: 1px;
    padding-left: 0px;
    margin-right: 0px;
    font-size: 20px;
    margin-left: 0px;
    padding-right: 0px;
    font-weight: normal;
    margin-bottom:15px;
    color: #333333;
  
}
.widget-snippet .albume-item-middle{
    display:flex;
    flex-wrap:wrap;
    gap:25px 50px;
    padding-left:36px;
}
.widget-snippet .albume-item-middle .albume-item{
  width:16%;
  text-align:center;
  
}
.widget-snippet .albume-item-middle .albume-item img{
  height:99px;
  object:cover;
}
.widget-snippet .albume-item-middle p {
    font-family: Tahoma, Geneva, sans-serif;
    color: #4d4d4d;
    line-height: 20px;
    font-size: 12px;
    text-align:center;
    padding-top:13px;
}
