.slick-track{
  display: flex !important;
}
.slick-slide{
  height: inherit !important;
  margin: 0px 10px;
}
.slick-prev::before, .slick-next::before{
  color:black !important;
}
.press-center-carousel-items{
    /* margin: 15px 0px; */
}
.press-center-carousel-items .slick-list{
  margin: 0px -15px;
}
.slick-slide .image img{
  display: inline-block;
  max-height: 100%;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.slick-slide .image a {
    height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
}
.item-title {
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin: 20px 10px;
    text-align: left;
    text-decoration: none;
    min-height: 65px;
    font-family: Liberation Sans;
    font-family: Open sans;
    font-size: 15px;
    transition: .3s;
}
.item-title:hover {
    color: #12a19b;
}
.press-center-anounce {
    margin: 20px 10px;
    max-height: 116px;
    overflow: hidden;
    display: none;
}
.carousel-item {
    position: relative;
    margin: 18px 15px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0px 1px 2px 0px rgba(1, 1, 2, 0.66);
}
.carousel-item .bg{
    pointer-events: none;
    background-color: rgba(38, 63, 41, 0.8);
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
}
.articles-name{
    font-size: 35px;
    line-height: 34px;
    color: #263F29;
    margin-bottom: 20px;
}
.banner-servises .bg{
    background: linear-gradient(0deg, rgba(48, 70, 51, 0.7), rgba(48, 70, 51, 0.7));
}
@media (max-width: 560px){
  .press-center-anounce {
      height: 210px !important;
      overflow: hidden;
  }
  .slick-slide .image img{
    height: auto;
  }
}
