* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@media only screen and (min-width: 2550px) {
    .container {
        max-width: 1680px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.new_section {
    margin-bottom: 114px;
}

.new_section_content {
    padding: 100px 0px;
}

.new_section_content h2 {
    color: #0D314F;
    font-family: 'ChronicleDisplay', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 375;
    line-height: 58px;
    width: 660px;
}

.new_element_content {
    padding: 48px 0px;
    border-top: 1px solid #91B2C4;
}

.new_element_content:last-of-type {
    border-bottom: 1px solid #91B2C4;
}

.new_element_content_title h2 {
    color: #0D314F;
    line-height: 35px;
    margin-bottom: 32px;
    font-family: "ChronicleDisplay";
    font-size: 28px;
    font-weight: 375;

}

.new_element_content_title p {
    color: #3C4652;
    font-family: 'ArnoPro', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 50px;
}

.new_element_content_date p {
    color: #3C4652;
    padding-top: 6px;
    font-family: 'ArnoPro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.new_element_content_a a {
    text-decoration: none;
    color: #0D314F;
    font-family: 'JohnstonITCStd', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.custom-pagination a,
.custom-pagination span {
    display: flex;
    align-items: center;
    color: #0D314F;
    font-family: 'ChronicleDisplay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin: 0 9px;
}

.custom-pagination .current {
    border-radius: 100px;
    background: #0D314F;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    color: #ffffff;
}

.new_element_content_title {
    max-width: 660px;
}

@media(max-width: 1530px) {
    .container {
        padding: 0 80px;
    }
    .row {
        margin: 0;
    }
	.new_section {
		margin-bottom: 100px;
	}
}

@media(max-width: 1024px) {
    .container {
        padding: 0 40px;
    }
}

@media(max-width: 991px) {
	.new_section_content {
		padding: 80px 0;
	}
	.new_section {
		margin-bottom: 100px;
	}
}

@media(max-width: 820px) {
    .new_element_content_date p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .new_section_content {
        padding-bottom: 80px;
    }

    .new_element_content {
        display: flex;
        flex-direction: column;
    }

    .new_element_content_date p {
        margin-bottom: 20px;
    }

    .new_section .container {
        max-width: 100%;
        padding: 0px 40px;
    }

    .new_section_content h2 {
        max-width: 660px;
        width: unset;
    }

    .responsive_margin {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 576px) {
	.new_section {
		margin-bottom: 40px;
	}
	.custom-pagination {
		margin-top: 40px;
	}
    .new_section_content {
        padding-bottom: 60px;
    }
	
	.new_section_content {
		padding: 40px 0 60px 0;
	}

    .new_element_content_title h2 {
        margin-bottom: 20px;
    }

    .new_section_content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .new_element_content {
        padding: 40px 0px;
    }

    .new_element_content_date p {
        font-size: 16px;
    }

    .new_element_content_title h2 {
        line-height: 28px;
        font-size: 20px;
    }

    .new_element_content_title p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .new_element_content_a a {
        font-size: 16px;
    }

    .new_section .container {
        padding: 0px 20px;
    }
	.custom-pagination a,
	.custom-pagination span {
		margin: 0 5px;
		}
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination .page-numbers {
    padding: 0px 9px;
}
