.filmBanner{margin-top: 30px;margin-bottom: 30px; text-align: center;}
.text *{font-size: 16px!important;}

.kablo-tvde-bu-ayWrap .titleWrap{margin-bottom: 45px;}
.kablo-tvde-bu-ayWrap .filmList span{padding-bottom: 58%;background-position: center;background-size: cover;display: block;transition: 300ms;}
.kablo-tvde-bu-ayWrap .filmList h4{background: #2C4695;font: normal normal normal 16px/24px Jost;color: #FFFFFF;padding: 8px;z-index: 1;position: relative;}

.filmList{margin-bottom: 30px;overflow: hidden;}
/* .filmList:hover span{transform: scale(1.1);} */

@media (min-width: 900px) {
    .container-blog{
        max-width: 900px;
    }
}

b, strong {
  font-family: "Poppins Bold";
}

.blogContent figure a img{
    width: 100%;
    height: 100%;
}
.blogContent ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}
.blogContent ol li {
    list-style-type: auto;
}
.blogContent ul li {
    list-style-type: initial;
    list-style-position: inside;
}

@media (max-width: 768px){
    .bigTitleTwoColumn.p-10-15{
        padding: 10px 15px;
    }
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
@media (min-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .blog-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.blog-card {
    background: transparent linear-gradient(90deg, #059AD6 0%, #00287A 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-card a {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-card-image {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-card-title {
    font-size: 18px;
    font-family: 'Poppins';
    margin: 10px;
    flex: 1 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .blog-card-title {
        font-size: 14px;
    }
}