.news-section {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 1.3;
}

.banner {
    padding-top: 584px;
    background-image: url("../img/banners/news-bg.png");
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner::after {
    filter: blur(43px);
    background: rgba(255, 255, 255, 0.76);
    content: '';
    width: 60%;
    height: 160px;
    position: absolute;
    bottom: 65px;
    left: -31px;
}

.banner-title {
    color: rgb(20, 157, 158);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.main-description {
    padding: 43px 0 52px 0;
}

p {
    margin-top: 20px;
}

ul:not(.menu-items) {
    margin-top: 20px;
    margin-left: 40px;
}

.invitation {
    padding: 77px 0 135px 0;
}

.invitation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invitation-text {
    color: rgb(20, 157, 158);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    max-width: 735px;
}

.invitation-btn {
    height: 59px;
    margin-right: 59px;
}

.news,
.blog {
    padding: 40px 0;
}

.news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}

.block-title {
    color: rgb(20, 157, 158);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
}

.all-news {
    margin-top: 20px;
    color: rgb(255, 90, 48);
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
}

.records {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.record-link {
    border-radius: 20px;
    font-size: 0;
    position: relative;
}

.record-link img {
    width: 100%;
    border-radius: 20px;
    max-height: 405px;
    overflow: hidden;
}

.record-info {
    height: 102px;
    padding: 24px 22px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background: rgb(245, 245, 245);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.record-info p {
    color: rgb(34, 34, 34);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
}

.blog-description {
    padding: 54px 0 103px 0;
    background: linear-gradient(159.86deg, rgb(249, 249, 249) 24.276%,rgba(181, 222, 222, 0.82) 70.87%,rgba(20, 157, 158, 0.38) 180.768%);
}

.blog-description .container {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    padding: 35px;
}

.blog-view .news-header {
    margin-bottom: 0;
}

.description-img {
    max-width: 673px;
    border-radius: 20px;
    margin: 20px auto 0 auto;
    height: 294px;
    overflow: hidden;
    position: relative;
}

.description-img img {
    width: 100%;
    border-radius: 20px;
    position: absolute;
    top: calc(50% - 224px);
}

.other {
    padding: 84px 0 50px 0;
}

.blog-description-title {
    color: rgb(34, 34, 34);
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 20px;
}

@media screen and (max-width: 2000px) {
    .banner {
        padding-top: 484px;
    }
}