/* 1) Give each slide horizontal margin */
.slider .slick-slide {
  margin: 0 10px !important;
}

/* 2) Counter-balance that margin on the track so slides align properly */
.slider .slick-list {
  margin: 0 -10px !important;
}

.customespace
{
  
    padding: 6px !important;
}

.mycustomecontasiner
{
  display: flex;
  flex-wrap: wrap;
}
.mycustomecontasiner img{
  width: 25%;
}
.mysection-title
{
  background-color: #0891d3;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 2%;
  color: white;
}
.bg_dark
{
  background-color: rgb(61, 57, 57) !important;
}

/* mobile: 1-per-row */
@media (max-width: 576px) {
  .mycustomecontasiner img {
    width: 50%;
  }
  .mysection-title {
    font-size: 1.25rem;
    padding: 2%;
  }
}