/* --- #BLOCK_505 --- */
/* Videogallery */
#block_505 {
    background-color: #e7e7e7;
}

#block_505 .block_videogallery_container {
    max-width: 1440px;
    margin: 60px auto;
}

#block_505 .block_videogallery_wrap {
    gap: 20px;
}

#block_505 .block_videogallery_text {
    color: #222222;
}

#block_505 .block_videogallery_video_wrap {
    flex-basis: 31%;
    border-radius: 20px;
}

#block_505 .block_videogallery_video_text {
    flex-basis: 31%;
    background-color: #ffffff;
}

/* --- /block_505 --- */

/* --- #BLOCK_506 --- */
/* Videogallery */
#block_506 {
    background-color: #e7e7e7;
}

#block_506 .block_videogallery_container {
    max-width: 1440px;
}

#block_506 .block_videogallery_wrap {
    gap: 20px;
}

#block_506 .block_videogallery_text {
    color: #222222;
}

#block_506 .block_videogallery_video_wrap {
    flex-basis: 31%;
    border-radius: 20px;
}

#block_506 .block_videogallery_video_text {
    flex-basis: 31%;
    background-color: #ffffff;
}

/* --- /block_506 --- */

/* --- #BLOCK_507 --- */
/* Videogallery */
#block_507 {
    background-color: #e7e7e7;
}

#block_507 .block_videogallery_container {
    max-width: 1440px;
    margin: 60px auto;
}

#block_507 .block_videogallery_wrap {
    gap: 20px;
}

#block_507 .block_videogallery_text {
    color: #222222;
}

#block_507 .block_videogallery_video_wrap {
    flex-basis: 31%;
    border-radius: 20px;
}

#block_507 .block_videogallery_video_text {
    flex-basis: 31%;
    background-color: #ffffff;
}

/* --- /block_507 --- */





/* --- #BLOCK_434 --- */
/* Text */
#block_434 {
    background-color: #707070;
    line-height: 1.6;
    color: var(--font-color);
}

#block_434 .block_text_container {
    max-width: 1440px;
    margin: 20px auto;
    padding: 20px 20px;
}

@media screen and (max-width: 480px) {
    .block_text_container {
        padding: 0 10px !important;
    }
}

/* --- /block_434 --- */

