.blog-style-one > .content  {
    width: 1200px !important;
    padding: 10px;

}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news{
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.49);
}
.blog{
    box-shadow: 10px 10px 2px;
    border-radius: 1px;
}
.blog-body{
    padding: 10px;
}

.service-block-holder{
    min-height: 300px;
}
.services{
    min-height: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
}