html {
    scroll-behavior: smooth;
}

.card {
	text-align:center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}
.card img {
    display: inline-block;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0;
    font-size: 27px;
    margin-top: 0;
    
}

.row.posts-carousel {
    margin-top: 110px;
}

.slick-prev, .slick-next {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50px;
    background: #0e485c !important; 
}
.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-list {
    margin: 0 70px !important;
   
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    opacity: 1 !important;
}
.slick-dots{
    display: none !important;
}

@media only screen and (max-width: 1025px)  {
    .slick-prev, .slick-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    background: #0e485c !important; 
}
.slick-prev:before, .slick-next:before {
    font-size: 20px !important;
    opacity: 1 !important;
}
.featureBlock {
    margin-top: 0px !important;
}
.card-body {
   padding: 15px !important;
}

}
@media (max-width:600px){
.row.posts-carousel.slick-initialized.slick-slider.slick-dotted {
    margin-top: 185px !important;
}
}
/* @media only screen and (max-width: 895px){
	.header_nav ul li {
    margin: 0 0 0 10px;
}
}
@media only screen and (max-width: 815px){
.header_nav ul li {
    margin: 0 0 0 4px;
}
} */
