/*.banner-section img {*/
/*    margin-top: 36px;*/
/*    margin-bottom: 120px;*/
/*    height: 40vh;*/
/*    object-fit: cover;*/
/*}*/

/*.introduction-section {*/
/*    display: flex;*/
/*    justify-items: center;*/
/*    justify-content: center;*/
/*    height: 60vh;*/
/*}*/

/*.introduction-section .content-block  {*/
/*    margin: auto;*/
/*}*/

/*.heritage-section {*/
/*    background: var(--bg-gray-color);*/
/*    display: flex;*/
/*    justify-items: center;*/
/*    justify-content: center;*/
/*    height: 60vh;*/
/*}*/

/*.heritage-section .content-block {*/
/*    text-align: left;*/
/*}*/

/*.heritage-section .content-block .content-block__title {*/
/*    width: 100%;*/
/*}*/

/*.heritage-section .container {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));*/
/*}*/

/*.heritage-section .heritage-image img {*/
/*    margin-top: -12vh;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

/*.inspiration-section {*/
/*    height: 70vh;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));*/
/*    background: var(--main-color);*/
/*}*/

/*.inspiration-section .content-block {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    justify-items: center;*/
/*    color: #fff;*/
/*    height: 100%;*/
/*}*/

/*.inspiration-section .content-block h2,*/
/*.inspiration-section .content-block div {*/
/*    color: #fff;*/
/*}*/

/*.inspiration-section .inspiration-image {*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.inspiration-section .inspiration-image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.news-section {
    background: var(--bg-gray-3);
    padding: 80px 0 48px;
}

.news-section h3 {
    font-size: 1.8rem;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    /*.banner-section.container {*/
    /*    width: 100%;*/
    /*    padding: 0;*/
    /*}*/

    /*.banner-section.container img {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .news-section {
        padding: 68px 16px 48px;
    }
}
