.news-banner-img{
    position: relative;
}

.news-banner-img .swiper-slide a{
    display: block;
    width: 100%;
    height: 220px;
    position: relative;
}

@media (min-width: 1280px) {
    .news-banner-img .swiper-slide a{
        display: block;
        width: 720px;
        height: 420px;
        position: relative;
    }
}

@media (min-width: 1280px) {
    .md-screen\:mx-auto{
       margin-left:auto;
       margin-right:auto;
    }
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-2{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[1_5\]
    {
        grid-template-columns:1fr 5fr;
    }
}
@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[1_3\]{
        grid-template-columns:1fr 3fr;
    }
}

@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[2_7\]{
        grid-template-columns:2fr 7fr;
    }
}

.w-4x{
    width:4px;
}
.h-16x{
    height: 16px;
}
.bg-mainBlue{
    background:rgba(24, 49, 96, var(--tw-bg-opacity));
}
.text-black{
    color:black;
}
.hover\:text-mainBlue:hover{
    color:rgba(24, 49, 96);
}
.text-lightGrey{
    color:#8A9099;
}
.text-lg{
    font-size: 1.25rem;
}
.text-base{
    font-size: 1rem;
}
.text-sm{
    font-size: 0.85rem;
}

.grid-rows-\[1_2_2\]{
    grid-template-rows:1fr 2fr 2fr;
}

.self-center{
    align-self:center;
}
.self-end{
    align-self:end;
}
.justify-self-end{
    justify-self:end;
}
.text-more{
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    
}
.text-clamp-1{
    -webkit-line-clamp: 1
}
.text-clamp-2{
    -webkit-line-clamp: 2
}
.text-clamp-3{
    -webkit-line-clamp: 3
}

@media (min-width:1280px) {
    .md-screen\: ml-6{
        margin-left:1.5rem;
    }
}

@media (min-width:1280px) {
    .md-screen\: pl-4{
        margin-left:1rem;
    }
}
.videogallery-title{
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 60px;
}
.pt-4{
    padding-top:1rem;
}
@media (min-width: 1280px) {
    .md-screen\:grid-cols-\[200p_100p_1fr\] {
        grid-template-columns: 200px 100px 1fr;
    }
}

@media (min-width: 640px) {
    .sm-screen\:block {
        display: block;
    }
}
@media (min-width: 640px) {
    .sm-screen\:hidden {
        display: none;
    }
}

