.news-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-navigation .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 10px 14px 10px;
}

.news-navigation .slick-dots li {
    margin: 0 4px;
}

.news-navigation .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    transition: background-color 0.3s ease;
}

.news-navigation .slick-dots li.slick-active button {
    background-color: #A9A9A9;
}

.news-navigation .news-prev-arrow {
    background: url("../img/Arrowblack.svg") no-repeat;
    color: #fff;
    width: 9px;
    height: 16px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.news-navigation .news-next-arrow {
    background: url("../img/Arrowblack.svg") no-repeat;
    rotate: 180deg;
    color: #fff;
    width: 9px;
    height: 16px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.NewsSectionBlock {
    max-width: 1268px;
    padding: 25px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.NewsContentBlock {
    max-width: 372px;
    min-height: 307px;
    width: 100%;
    background: white;
    box-shadow: 0px 7px 19px 1px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.Image {
    max-width: 100px;
    height: auto;
    align-self: stretch;
    object-fit: cover;
}

.Text {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.NewsContentTitle {
    align-self: stretch;
    color: black;
    font-size: 24px;
    font-family: Cygre SemiBold;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}

.NewsContentText {
    align-self: stretch;
    color: black;
    font-size: 16px;
    font-family: Cygre Book;
    font-weight: 350;
    line-height: 23px;
    word-wrap: break-word;
}

@media (max-width: 1365px) {
    .NewsSection{
        max-width: 1125px;
    }
    .NewsSectionBlock{
        flex-direction: column;
    }
    .NewsContentBlock{
        max-width: 1000px;
    }
    .Text{
        max-width: 900px;
    }
    .NewsContentTitle{
        max-width: 900px;
    }
}

@media (max-width: 736px) {
    .NewsContentBlock{
        flex-direction: column;
        padding-right: 0;
    }
    .Image {
        max-width: 645px;
        background: #D9D9D9;
        width: 100%;
        object-fit: cover;
    }
    .Text{
        margin-left: 10px;
    }
}

.Contact {
    margin: 0 auto;
    padding: 60px;
    background-color: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact-title {
    color: white;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    text-align: center;
}

.contact-subtitle{
    width: 100%;
    max-width: 500px;
    color: white;
    font-size: 16px;
    font-family: 'Cygre Book';
    font-weight: 350;
    line-height: 23px;
    word-wrap: break-word;
}

.contact-content {
    display: flex;
    max-width: 1020px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.contact-content-button {
    min-width: 220px;
    max-width: 413px;
    padding: 10px 20px;
    background-color: #FF4E2E;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-family: 'Cygre Book', serif;
    font-weight: 350;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}

.Joining {
    margin: 0 auto;
    padding: 60px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.joining-title {
    color: #29517A;
    font-size: 40px;
    font-family: 'Cygre', sans-serif;
    font-weight: 700;
    text-align: center;
}

.joining-subtitle{
    width: 100%;
    max-width: 500px;
    color: black;
    font-size: 16px;
    font-family: 'Cygre Book';
    font-weight: 350;
    line-height: 23px;
    word-wrap: break-word;
}

.joining-content {
    display: flex;
    max-width: 1020px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.joining-content-button {
    min-width: 220px;
    max-width: 413px;
    padding: 10px 20px;
    background-color: #FF4E2E;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-family: 'Cygre Book', serif;
    font-weight: 350;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 769px) {
    .NewsContentTitle {
        font-size: 22px; /* было 24 */
    }

    .NewsContentText {
        font-size: 14px; /* было 16 */
    }

    .contact-title {
        font-size: 38px; /* было 40 */
    }

    .contact-subtitle {
        font-size: 14px; /* было 16 */
    }

    .joining-title {
        font-size: 38px; /* было 40 */
    }

    .joining-subtitle {
        font-size: 14px; /* было 16 */
    }

    .joining-content-button {
        font-size: 14px; /* было 16 */
    }

    .contact-content-button {
        font-size: 14px; /* было 16 */
    }
}