﻿.subMenuCnt {
    background-image: url(exciting-videos.jpg);
}
.subMenu {
    gap: 120px;
}
.news {
    width: 1190px;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 60px 150px;
}
.news-item {
    display: block;
    margin-bottom: 80px;
}
.news-item--info {
    width: 100%;
}
.news-item--image img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.news-item--title {
    font-size: 20px;
    text-align: center;
    margin-top: 24px;
}
.pager {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pager a, .pager span {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    line-height: 40px;
    text-align: center;
    color: #808080;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 0.5em;
}

.pager .current-page {
    background: #0B76B6;
    border-color: #0B76B6;
    color: #fff;
}

.pager a[disabled=disabled] {
    display: none;
}
.content h1 {
    font-size: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
    text-align: center;
}
.content video {
    max-width: 100%;
}