.block-blocks__blocks a {
    text-decoration: underline;
}

.block-blocks__blocks img {
    border-radius: 10px;
}

.c-sections__list a {
    text-decoration: none;
}

.block-blocks__quote {
    margin-top: 80px;
    margin-bottom: 80px;
}

.block-blocks__text ul {
    margin-bottom: 30px;
}

.youtube-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* 

.l-header {
    padding-top: 0;
}

.announcement {
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
    background: #F0F7F5;
    color: #1D2B38;
    margin: 0 0 30px;
    padding: 4px;
    vertical-align: middle;
}

.announcement a {
    text-decoration: underline;
}

*/

.info-box {
    display: block;
    position: fixed; /* Made the box fixed at the top */
    top: 0;
    left: 0;
    width: 100%; /* Made the box full width */
    padding: 10px 20px;
    background-color: white;
    z-index: 1;
}

.info-box h2, .info-box p {
    font-size: 80%;
}

#consent-white {
    font-size: 16px;
}

h1.white {
    font-weight: bold;
}
  
h1.white:hover {
    color: #12EACB;
}


.block-two-text__image--top {
    width: 75% !important;
}

.block-two-text__image--bottom {
    width: 55% !important;
}

ol ul {
    font-size: 15px !important;
    margin-top: 4px;
    margin-bottom: 6px;
}
