.breadcrumb-custom {
    background-image: url('../../img/press-center/news/background.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.breadcrumb-custom {
    color: white
}

.breadcrumb-custom a {
    color: #F5F5F5
}

.news .first-parent .box {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
    margin: 24px 0 0
}

.news {
    margin-top: 48px
}

.news .first-parent .box .information {
    padding: 24px
}

.news .first-parent .box .information h3 {
    margin: 0 0 16px;
    color: #434343
}

.news .first-parent .box .information p {
    font: 300 calc(14rem / 16)/calc(24rem / 16) 'Roboto',
    sans-serif;
    margin: 0 0 32px
}

.news .first-parent .box .information a {
    font: 500 calc(14rem / 16)/calc(24rem / 16) 'Roboto',
    sans-serif;
    color: #073E75;
    text-decoration: none;
    margin: 0
}

.news .first-parent .box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news .second-parent ul {
    padding: 0;
    list-style-type: none;
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.news .second-parent ul li a.number {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border-right: 1px solid #BFCCDF;
    border-bottom: 1px solid #BFCCDF;
    border-top: 1px solid #BFCCDF;
    padding: 12px 24px;
    font: 400 calc(14rem / 16) 'Roboto',
    sans-serif;
    color: #073E75
}

.news .second-parent ul li a.number.active {
    background-color: #073E75;
    color: white
}

.news .second-parent ul li a.previous {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border: 1px solid #BFCCDF;
    padding: 12px 24px;
    font: 500 calc(14rem / 16) 'Roboto',
    sans-serif;
    color: #434343;
    text-transform: capitalize
}

.news .second-parent ul li a.next {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border: 1px solid #BFCCDF;
    padding: 12px 24px;
    font: 500 calc(14rem / 16) 'Roboto',
    sans-serif;
    color: #073E75;
    text-transform: capitalize
}

.news .second-parent ul li a:hover {
    color: white;
    background-color: #073E75
}

@media(max-width:575px) {
    .news .second-parent ul li a.not-important-2 {
        display: none
    }
}

@media(max-width:350px) {
    .news .second-parent ul li a.not-important-1 {
        display: none
    }
}
